.products-table-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .products-table-container {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.products-table-container .table-title-description {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 40px !important;
}
.products-table-container .table-title-description h2 {
  font-size: 40px;
  line-height: 48px;
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
  hyphens: auto;
  word-break: auto-phrase;
}
@media (min-width: 1024px) {
  .products-table-container .table-title-description h2 {
    font-size: 48px;
    line-height: 56px;
  }
}
@media (min-width: 1600px) {
  .products-table-container .table-title-description h2 {
    font-size: 64px;
    line-height: 74px;
  }
}
@media (min-width: 768px) {
  .products-table-container .table-title-description h2 {
    hyphens: none;
    word-break: normal;
  }
}
.products-table-container .table-title-description p {
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
}
.products-table-container .table-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 48px;
}
.products-table-container .table-grid .row-table {
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: flex;
  width: 100%;
  padding: 16px 32px;
  align-items: flex-start;
  gap: 48px;
}
@media (max-width: 768px) {
  .products-table-container .table-grid .row-table {
    flex-direction: column;
    gap: 24px;
    border-left: none;
    border-right: none;
    padding: 16px 16px;
  }
}
.products-table-container .table-grid .row-table .mobile-row {
  justify-content: space-between;
  flex-direction: row !important;
}
.products-table-container .table-grid .row-table .mobile-row .show-col-mobile {
  display: none;
}
@media (max-width: 768px) {
  .products-table-container .table-grid .row-table .mobile-row .show-col-mobile {
    display: inline;
  }
}
.products-table-container .table-grid .row-table .mobile-row .show-col-mobile i {
  font-size: 24px;
  color: #333f48;
  cursor: pointer;
}
.products-table-container .table-grid .row-table .left-col-table {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
  width: 30%;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 768px) {
  .products-table-container .table-grid .row-table .left-col-table {
    width: 100%;
  }
}
.products-table-container .table-grid .row-table .left-col-table span {
  font-family: 'N27 Bold' !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
.products-table-container .table-grid .row-table .left-col-table .js-open-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.products-table-container .table-grid .row-table .left-col-table .js-open-list .open-list {
  display: flex !important;
  align-items: center;
  gap: 16px;
}
.products-table-container .table-grid .row-table .left-col-table .js-open-list .open-list i {
  display: flex;
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #d52b1e;
  border: 1px solid #d52b1e;
  border-radius: 100%;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.products-table-container .table-grid .row-table .left-col-table .js-open-list .open-icon {
  rotate: 180deg;
}
.products-table-container .table-grid .row-table .left-col-table .js-open-list .show-col-mobile {
  display: none;
}
@media (max-width: 768px) {
  .products-table-container .table-grid .row-table .left-col-table .js-open-list .show-col-mobile {
    display: inline;
  }
}
.products-table-container .table-grid .row-table .left-col-table .js-open-list .show-col-mobile i {
  font-size: 24px;
  color: #333f48;
  cursor: pointer;
}
.products-table-container .table-grid .row-table .left-col-table .open-icon {
  rotate: 180deg;
}
.products-table-container .table-grid .row-table .left-col-table .open-list {
  display: block !important;
}
.products-table-container .table-grid .row-table .left-col-table .closed-list {
  list-style-type: disc;
  margin-left: 55px;
  height: auto;
  display: none;
  transition: 0.5s ease-in-out;
}
@media (max-width: 768px) {
  .products-table-container .table-grid .row-table .left-col-table .closed-list {
    margin-left: 17px;
  }
}
.products-table-container .table-grid .row-table .left-col-table .closed-list span {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Medium';
  font-weight: 500;
  font-style: normal;
  color: #333f48;
}
.products-table-container .table-grid .row-table .left-col-table .closed-list li {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #333f48;
  margin-bottom: 20px;
}
.products-table-container .table-grid .row-table .right-col-table {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Regular';
  font-weight: 400;
  font-style: normal;
  color: #333f48;
  width: 70%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  .products-table-container .table-grid .row-table .right-col-table {
    width: 100%;
    display: none;
  }
}
.products-table-container .table-grid .row-table .right-col-table p > a {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
  text-decoration: underline;
}
.products-table-container .table-grid .row-table .right-col-table .no-bold {
  font-family: 'N27 Regular' !important;
  font-weight: 400 !important;
  font-style: normal !important;
}
.products-table-container .table-grid .row-table .right-col-table b {
  font-size: 16px;
  line-height: 24px;
  /* 150% */
  font-family: 'N27 Bold';
  font-weight: 700;
  font-style: normal;
  color: #333f48;
}
.products-table-container .table-grid .row-table .right-col-table ol {
  list-style: decimal;
  margin-left: 23px;
}
.products-table-container .table-grid .row-table .openCol {
  display: block;
}
