.guide .particulars {
  width: 920px;
}
.guide main {
  justify-content: space-between;
  margin: 80px auto 20px;
}
.guide main aside {
  flex: 28% 0;
}
.guide main aside .guide-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 64px;
  background: #008E93;
  border-radius: 10px 10px 0 0;
  padding: 0 20px;
}
.guide main aside .guide-title .text {
  font: normal 18px/21px 'Rubik';
  color: #FFFFFF;
}
.guide main aside .guide-content {
  border: 1px solid rgba(0, 142, 147, 0.2);
  border-top: none;
  border-radius: 0 0 10px 10px;
  padding: 20px 0;
}
.guide main aside .guide-content .item-title {
  padding: 0 20px;
  font: bold 18px/21px 'Rubik';
  color: #000000;
}
.guide main aside .guide-content .item-content {
  margin-top: 5px;
}
.guide main aside .guide-content .item-content li {
  cursor: pointer;
  margin: 8px 0;
  padding: 8px 0;
}
.guide main aside .guide-content .item-content li a {
  display: block;
  padding-left: 30px;
  font: lighter 16px/20px 'Rubik';
  color: #484848;
}
.guide main aside .guide-content .item-content li:hover {
  background: rgba(0, 142, 147, 0.03);
}
.guide main aside .guide-content .item-content li:hover a {
  color: #008E93;
}
.guide main aside .guide-content .item-content .active {
  background: rgba(0, 142, 147, 0.03);
}
.guide main aside .guide-content .item-content .active a {
  color: #008E93;
}
.guide main aside .guide-content .line {
  width: 90%;
  margin: 20px auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.guide main article {
  flex: 68% 0;
  padding-bottom: 20px;
}
.guide main article .title {
  font: bold 32px/38px 'Rubik';
  color: #131313;
}
.guide main article p {
  font: lighter 16px/31px 'Rubik';
  color: #212A33;
  margin: 15px 0;
}
.guide main article .subtitle {
  font: bold 26px/31px 'Rubik';
  color: #008E93;
  margin: 20px 0;
}
.guide main article .step {
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 35px;
  display: flex;
  margin: 20px 0;
}
.guide main article .step .num {
  box-sizing: border-box;
  padding: 5px 10px;
  font: normal 18px/22px 'Rubik';
  text-align: center;
  color: #FFFFFF;
  background: #008E93;
  border-radius: 6px 0px 0px 6px;
}
.guide main article .step .text {
  box-sizing: border-box;
  padding: 5px 10px;
  background: #F9F9FB;
  font: normal 18px/26px 'Rubik';
  color: #212A33;
  padding-right: 20px;
}
.guide main article .illustration {
  width: 100%;
  height: auto;
}
.guide main article .dividing-line {
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  margin: 30px 0;
}
.guide main article .next-guide {
  text-align: right;
  font: lighter 16px/31px 'Rubik';
  color: #008E93;
}
.guide main article .next-guide a {
  font: lighter 16px/31px 'Rubik';
  color: #008E93;
}
.guide main article .next-guide a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 770px) {
  .guide .particulars {
    width: 100%;
  }
  .guide main {
    flex-direction: column;
    justify-content: space-between;
    margin: 50rem auto 10rem;
  }
  .guide main aside {
    flex: 1 0;
  }
  .guide main aside .guide-title {
    background: #008E93;
    border-radius: 10rem;
    padding: 0 20rem;
    transition: all 0.5s;
  }
  .guide main aside .guide-title .text {
    font: normal 18rem/21rem 'Rubik';
  }
  .guide main aside .guide-title .arrow-icon {
    width: 20rem;
    height: 20rem;
    background: url('../../img/down_buttom_white.svg') no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
  }
  .guide main aside .guide-title-active {
    border-radius: 10rem 10rem 0 0;
  }
  .guide main aside .guide-title-active .arrow-icon {
    transform: rotate(180deg);
  }
  .guide main aside .guide-content {
    border: 1rem solid rgba(0, 142, 147, 0.2);
    border-top: none;
    border-radius: 0 0 10rem 10rem;
    padding: 20rem 0;
    background: #FFFFFF;
    display: none;
  }
  .guide main aside .guide-content .item-title {
    padding: 0 20rem;
    font: bold 18rem/21rem 'Rubik';
  }
  .guide main aside .guide-content .item-content {
    margin-top: 5rem;
  }
  .guide main aside .guide-content .item-content li {
    margin: 4rem 0;
    padding: 4rem 0;
  }
  .guide main aside .guide-content .item-content li a {
    padding-left: 30rem;
    font: lighter 16rem/20rem 'Rubik';
  }
  .guide main aside .guide-content .line {
    width: 90%;
    margin: 20rem auto;
    border-bottom: 1rem solid rgba(0, 0, 0, 0.04);
  }
  .guide main .guide-catalog-active {
    position: fixed;
    top: 0;
    left: calc(50% - 172rem);
    width: 345rem;
  }
  .guide main article {
    flex: 1 0;
    margin-top: 40rem;
    padding-bottom: 20rem;
  }
  .guide main article .title {
    font: bold 32rem/38rem 'Rubik';
  }
  .guide main article p {
    font: lighter 14rem/27rem 'Rubik';
    margin: 15rem 0;
  }
  .guide main article .subtitle {
    font: bold 26rem/31rem 'Rubik';
    margin: 20rem 0;
  }
  .guide main article .step {
    width: 345rem;
    height: auto;
    flex-direction: column;
    margin: 20rem 0 0;
  }
  .guide main article .step .num {
    width: fit-content;
    padding: 5rem 10rem;
    font: normal 18rem/22rem 'Rubik';
    color: #000000;
    background: #F69686;
    border-radius: 6rem;
  }
  .guide main article .step .text {
    box-sizing: border-box;
    padding: 0;
    background: transparent;
    font: normal 16rem/22rem 'Rubik';
    color: #212A33;
    margin-top: 10rem;
  }
  .guide main article .dividing-line {
    border-bottom: 1rem solid #F1F1F1;
    margin: 25rem 0;
  }
  .guide main article .next-guide {
    text-align: left;
    font: lighter 16rem/31rem 'Rubik';
  }
  .guide main article .next-guide a {
    font: lighter 16rem/31rem 'Rubik';
  }
}
article ul {
  margin-left: 15px;
}
article ul li {
  margin-top: 8px;
  font-size: 16px;
  list-style: disc;
  line-height: 170%;
  font: lighter 16px/31px 'Rubik';
  color: #212A33;
}
article ol {
  margin-left: 15px;
}
article ol li {
  margin-top: 8px;
  list-style: list-item;
  line-height: 170%;
  font-size: 16px;
}
@media screen and (max-width: 770px) {
  article ul {
    margin-left: 15rem;
  }
  article ul li {
    margin-top: 8rem;
    list-style: disc;
    line-height: 170%;
    font-size: 14rem;
  }
  article ol {
    margin-left: 15rem;
  }
  article ol li {
    margin-top: 8rem;
    list-style: list-item;
    line-height: 170%;
    font-size: 14rem;
  }
}
article h1 {
  font-size: 32px!important;
  margin: 0.67em 0!important;
}
article h2 {
  font-size: 24px!important;
  margin: 0.75em 0!important;
}
article h3 {
  font-size: 19px!important;
  margin: 0.83em 0!important;
}
article h4 {
  font-size: 16px!important;
  margin: 1em 0!important;
}
article h5 {
  font-size: 14px!important;
  margin: 1.5em 0!important;
}
article h6 {
  font-size: 13px!important;
  margin: 1.67em 0!important;
}
@media screen and (max-width: 770px) {
article h1 {
    font-size: 32rem!important;
    margin: 0.67em 0!important;
  }
 article h2 {
    font-size: 24rem!important;
    margin: 0.75em 0!important;
  }
 article h3 {
    font-size: 19rem!important;
    margin: 0.83em 0!important;
  }
 article h4 {
    font-size: 16rem!important;
    margin: 1em 0!important;
  }
 article h5 {
    font-size: 14rem!important;
    margin: 1.5em 0!important;
  }
 article h6 {
    font-size: 13rem!important;
    margin: 1.67em 0!important;
  }
}
.table-box table {
  caption-side: bottom;
  border-collapse: collapse;
  border-color: #dee2e6;
  text-indent: initial;
  border-spacing: 2px;
  text-align: center;
  font-size: 13px;
  max-width: 810px;
}
.table-box table tbody {
  width: 100%;
}
.table-box table tbody tr td {
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px;
  padding: 0 5px;
  word-wrap: break-word !important;
  white-space: normal !important;
}
.table-box table tbody tr td p {
  margin: revert;
  width: 100%;
}
.table-box table tbody tr:nth-child(1) {
  border-top: #dee2e6 1px solid;
  border-bottom: 2px solid #000;
}
.table-box table tbody tr:nth-child(2n) {
  background: #e2e3e5;
  border-color: #cbccce;
}
.table-box table tbody tr:last-child {
  border-bottom: #dee2e6 1px solid;
}
@media screen and (max-width: 770px) {
  .table-box {
    width: 98%;
    overflow-x: auto;
  }
  .table-box table {
    width: 100%;
    border-spacing: 2rem;
    font-size: 14rem;
  }
  .table-box table tbody tr {
    width: 100%;
  }
  .table-box table tbody tr td {
    width: 25%;
  }
  .table-box table tbody tr td p {
    margin: revert;
  }
  .table-box table tbody tr:nth-child(1) {
    border-top: #dee2e6 1rem solid;
    border-bottom: 2rem solid #000;
  }
  .table-box table tbody tr:last-child {
    border-bottom: #dee2e6 1rem solid;
  }
}
table {
  caption-side: bottom;
  border-collapse: collapse;
  border-color: #dee2e6;
  text-indent: initial;
  border-spacing: 2px;
  text-align: center;
  font-size: 13px;
  max-width: 810px;
}
table tbody {
  width: 100%;
}
table tbody tr td {
  border-color: inherit;
  border-style: solid;
  border-width: 0 1px;
  padding: 0 5px;
  word-wrap: break-word !important;
  white-space: normal !important;
}
table tbody tr td p {
  margin: revert;
  width: 100%;
}
table tbody tr:nth-child(1) {
  border-top: #dee2e6 1px solid;
  border-bottom: 2px solid #000;
}
table tbody tr:nth-child(2n) {
  background: #e2e3e5;
  border-color: #cbccce;
}
table tbody tr:last-child {
  border-bottom: #dee2e6 1px solid;
}
@media screen and (max-width: 770px) {
  table {
    width: 98%;
    border-spacing: 2rem;
    font-size: 14rem;
  }
  table tbody tr {
    width: 100%;
  }
  table tbody tr td {
    width: 25%;
  }
  table tbody tr td p {
    margin: revert;
  }
  table tbody tr:nth-child(1) {
    border-top: #dee2e6 1rem solid;
    border-bottom: 2rem solid #000;
  }
  table tbody tr:last-child {
    border-bottom: #dee2e6 1rem solid;
  }
}
