@font-face {
  font-family: "Inter";
  src: local("Inter"),
  url("../fonts/Inter-VariableFont_slnt\,wght.ttf") format("opentype");
}

.modules {
  display: flex;
  justify-content: center;
  padding-bottom: 68px;
}

.modules p {
  margin: 0;
}

.modules .list_panel {
  display: flex;
  justify-content: space-between;
}

.modules_list .list_item:first-child {
  border-top: 1px solid #b7b7b7;
}

.modules .list_item {
  border-bottom: 1px solid #b7b7b7;
}

.modules .list_panel .svg .plus {
  opacity: 0.75;
}

.modules .list_name {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  color: #282828;
}

.modules .list_name span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  color: #282828;
}

.modules .list_subname {
  font-family: "Inter";
  font-style: normal;
  color: #2B68A6;
}

.modules .list_body p em {
  font-style: normal;
}

.modules .task-process {
  font-weight: 700;
}

.opened {
  display: none;
}

.closed {
  display: block;
}

@media (max-width: 700px) {
  section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .modules {
    margin-top: 23px;
    flex-direction: column;
  }

  .mobile-guide {
    padding-bottom: 23px;
  }

  .mobile-guide a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #E8EEF7;
    border-radius: 8px;
    padding: 19px 22px;
    opacity: 0.8;
  }

  .mobile-guide a p {
    padding-left: 16px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #222222;
  }

  .modules_list {
    width: 100%;
  }

  .modules,
  .modules_list,
  .modules .list_body_active {
    padding-top: 17px;
  }

  .guide,
  .modules .list_body_hidden {
    display: none;
  }

  .modules .list_body_active .goal,
  .modules .list_body_active .list_body {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }

  .modules .list_body_active .task-process {
    font-family: "Inter";
    font-style: normal;
    color: #282828;
    font-size: 14px;
    line-height: 150%;
  }

  .modules .list_body_active .list_body {
    margin: 6px 0px;
  }

  .modules .list_body_active .list_body p {
    padding-bottom: 15px;
    margin: 0;
  }

  .modules .list_panel {
    display: flex;
    justify-content: space-between;
  }

  .modules .list_panel .svg img {
    width: 18px;
    margin-top: 3px;
  }

  .modules .list_item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modules .list_name {
    font-family: "Inter";
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    padding-bottom: 5px;
  }

  .modules .list_subname {
    font-family: "Inter";
    padding: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
}

@media (min-width: 700px) and (max-width: 1500px) {
  .modules {
    padding-left: 30px;
    padding-right: 30px;
  }

  .modules_list {
    padding-left: 17px;
  }
}

@media (min-width: 1500px) {
  .modules {
    padding-left: 100px;
    padding-right: 100px;
  }

  .modules_list {
    margin-right: 120px;
  }
}

@media (min-width: 700px) {
  body {
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
  }

  .empty-releases {
    width: 40%;
    background-color: transparent;
    min-width: 300px;
    padding-right: 69px;
    position: sticky;
    top: 0;
  }

  .modules {
    align-items: flex-start;
    align-self: center;
    width: 100%;
    padding-top: 70px;
  }

  .mobile-guide {
    display: none;
  }

  .guide {
    min-width: 286px;
    background-color: #E8EEF7;
    border-radius: 8px;
    padding: 25px 15px;
    border: 1px solid #DFDFDF;
  }

  .guide p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }

  .guide p:nth-child(2) {
    margin-top: 30px;
  }

  .guide .distributives {
    margin: 25px 0;
  }

  .guide .distributives,
  .guide .guides {
    white-space: nowrap;
    border-bottom: 1px solid #DFDFDF;
  }

  .guide .distributives p,
  .guide .guides p {
    padding-bottom: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .guide .distributives div span,
  .guide .guides div span {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
  }

  .guide .distributives div,
  .guide .guides div {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 8px 0;
    border-top: 1px solid #DFDFDF;
  }

  .modules_list {
    width: 100%;
  }

  .modules .list_body_hidden {
    display: none;
  }

  .modules .list_body_active .goal,
  .modules .list_body_active .list_body {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #282828;
  }

  .modules .list_body_active .task-process {
    font-family: "Inter";
    font-size: 14px;
    line-height: 150%;
    color: #282828;
  }

  .modules .list_body_active .list_body {
    margin: 12px 0 0 0;
    padding-bottom: 30px;
  }

  .modules .list_body_active .list_body p {
    font-family: "Inter";
    padding-bottom: 10px;
  }

  .modules .list_panel .svg {
    cursor: pointer;
  }

  .modules .list_panel .svg img {
    width: 20px;
    margin-top: 9px;
  }

  .modules .list_item {
    padding-top: 20px;
  }

  .modules .list_name {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 150%;
  }

  .modules .list_subname {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    padding: 3px 0px 20px 0px;
  }
}
