.certificates-tables-docs__grid {
  display: grid;
  grid-template-columns: 100%;
}
@media (min-width: 992px) {
  .certificates-tables-docs__grid {
    display: grid;
    gap: 100px;
    grid-template-columns: 210px calc(100% - 310px);
  }
}
@media (min-width: 1440px) {
  .certificates-tables-docs__grid {
    display: grid;
    gap: 150px;
    grid-template-columns: 210px calc(100% - 360px);
  }
}
.certificates-tables-docs__sidebar {
  display: none;
}
@media (min-width: 992px) {
  .certificates-tables-docs__sidebar {
    display: block;
  }
}
.certificates-tables-docs__nav {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.certificates-tables-docs__nav a {
  display: flex;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.36;
  color: #3f4041;
  padding-block: 8px;
}
.certificates-tables-docs__nav a:hover, .certificates-tables-docs__nav a.active {
  color: #ff7100;
}
.certificates-tables-docs__text {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__text {
    margin-top: 56px;
  }
}
.certificates-tables-docs__subtitle {
  max-width: 700px;
  color: #262627;
}
.certificates-tables-docs__description {
  margin-top: 24px;
  max-width: 760px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__description {
    margin-top: 40px;
  }
}
.certificates-tables-docs__description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #3f4041;
}
.certificates-tables-docs__description p + p {
  margin-top: 24px;
}
.certificates-tables-docs__documents {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__documents {
    margin-top: 40px;
  }
}
.certificates-tables-docs__documents_row {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__documents_row {
    flex-direction: row;
    gap: 30px;
  }
}
.certificates-tables-docs__documents_row .doc-tile {
  width: 100%;
}
@media (min-width: 768px) {
  .certificates-tables-docs__documents_row .doc-tile {
    max-width: 330px;
  }
}
.certificates-tables-docs__documents_note {
  margin-top: 24px;
  max-width: 700px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  color: #636363;
}
@media (min-width: 768px) {
  .certificates-tables-docs__documents_note {
    font-size: 16px;
  }
}
.certificates-tables-docs__documents_note a {
  color: #ff7100;
}
.certificates-tables-docs__table {
  overflow-x: auto;
  position: relative;
  margin-top: 56px;
}
.certificates-tables-docs__table table {
  height: auto;
  width: 100%;
}
.certificates-tables-docs__table table th {
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.24;
  color: #3f4041;
}
.certificates-tables-docs__table table td {
  padding: 13px 14px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__table table td {
    padding: 18px 20px;
  }
}
.certificates-tables-docs__table table tr:first-child th:first-child span {
  border-radius: 10px 0 0 10px;
}
.certificates-tables-docs__table table tr:first-child th:last-child span {
  border-radius: 0 10px 10px 0;
}
.certificates-tables-docs__table table tr:first-child span {
  display: block;
  margin-bottom: 10px;
  background-color: #f6f6f6;
  padding: 18px 14px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .certificates-tables-docs__table table tr:first-child span {
    padding: 18px 20px;
  }
}
.certificates-tables-docs__table table tr:not(:first-child) {
  border-bottom: 1px solid #eaeaea;
}
.certificates-tables-docs__table table tr:not(:first-child) td {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.24;
  color: #636363;
}
@media (min-width: 768px) {
  .certificates-tables-docs__table table tr:not(:first-child) td {
    font-size: 16px;
  }
}
.certificates-tables-docs__table table tr:not(:first-child):nth-child(odd) {
  background-color: rgba(246, 246, 246, 0.4);
}
.certificates-tables-docs__table.certificates {
  position: relative;
  padding-top: 56px;
  margin-top: 0;
  margin-inline: -15px;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__table.certificates {
    margin-inline: 0;
    padding-inline: 0;
    padding-top: 0;
    margin-top: 56px;
  }
}
.certificates-tables-docs__table.certificates .certificates-anim {
  position: absolute;
  top: 5px;
  right: 15px;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__table.certificates .certificates-anim {
    display: none;
  }
}
.certificates-tables-docs__table.certificates .certificates-anim img {
  width: 50px;
  height: 50px;
}
.certificates-tables-docs__table.certificates table {
  min-width: 750px;
}
.certificates-tables-docs__table.catalog-tables .catalog-tables__link {
  display: flex;
  align-items: center;
  gap: 4px;
}
.certificates-tables-docs__table.catalog-tables .catalog-tables__link:hover svg, .certificates-tables-docs__table.catalog-tables .catalog-tables__link:hover p {
  color: #ff7100;
}
.certificates-tables-docs__table.catalog-tables .catalog-tables__link span {
  flex: 0 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.certificates-tables-docs__table.catalog-tables .catalog-tables__link span svg {
  width: 20px;
  height: 20px;
}
.certificates-tables-docs__table.catalog-tables .catalog-tables__link p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.24;
  color: #636363;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
@media (min-width: 768px) {
  .certificates-tables-docs__table.catalog-tables .catalog-tables__link p {
    font-size: 16px;
  }
}
.certificates-tables-docs__table_header {
  padding: 18px 20px;
  display: grid;
  align-items: center;
  border-radius: 10px;
  background-color: #f6f6f6;
}
.certificates-tables-docs__table_certificates {
  display: flex;
  align-items: center;
  gap: 28px;
}
.certificates-tables-docs__table_certificates .certificate {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-block: 5px;
}
.certificates-tables-docs__table_certificates .certificate:hover p {
  color: #ff7100;
}
.certificates-tables-docs__table_certificates .certificate span {
  flex: 0 0 20px;
}
.certificates-tables-docs__table_certificates .certificate span svg {
  width: 20px;
  height: 20px;
}
.certificates-tables-docs__table_certificates .certificate p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.24;
  color: #636363;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
@media (min-width: 768px) {
  .certificates-tables-docs__table_certificates .certificate p {
    font-size: 16px;
  }
}
.certificates-tables-docs__table_certificates_more {
  display: flex;
  align-items: center;
  gap: 2px;
}
.certificates-tables-docs__table_certificates_more p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.36;
  color: #636363;
  transition: color 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
.certificates-tables-docs__table_certificates_more span {
  flex: 0 0 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
}
.certificates-tables-docs__table_certificates_more span svg {
  width: 12px;
  height: 12px;
}
.certificates-tables-docs__table_certificates_more.active p, .certificates-tables-docs__table_certificates_more.active svg {
  color: #ff7100;
}
.certificates-tables-docs__table_certificates .certificates-more {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 0 20px 20px 20px;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: none;
  z-index: 1;
  transform: translateY(100%);
  transition: opacity 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), visibility 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), box-shadow 0.3s cubic-bezier(0.3, 0.1, 0.26, 1), transform 0.3s cubic-bezier(0.3, 0.1, 0.26, 1);
}
@media (min-width: 768px) {
  .certificates-tables-docs__table_certificates .certificates-more {
    padding: 24px;
    transform: translateY(0);
    width: max-content;
    border-radius: 16px;
    overflow: hidden;
  }
}
.certificates-tables-docs__table_certificates .certificates-more__list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 20px;
  max-height: 150px;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 5px;
}
.certificates-tables-docs__table_certificates .certificates-more__list::-webkit-scrollbar {
  width: 2px;
}
.certificates-tables-docs__table_certificates .certificates-more__list::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-radius: 4px;
}
.certificates-tables-docs__table_certificates .certificates-more__list::-webkit-scrollbar-thumb {
  background-color: #ff7100;
  border-radius: 4px;
}
.certificates-tables-docs__table_certificates .certificates-more__list .certificate p {
  font-size: 15px;
}
@media (min-width: 768px) {
  .certificates-tables-docs__table_certificates .certificates-more__list {
    margin-top: 0;
    gap: 10px 40px;
  }
  .certificates-tables-docs__table_certificates .certificates-more__list .certificate p {
    font-size: 16px;
  }
}
.certificates-tables-docs__table_certificates .certificates-more__swipe {
  position: relative;
  display: block;
  height: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .certificates-tables-docs__table_certificates .certificates-more__swipe {
    display: none;
  }
}
.certificates-tables-docs__table_certificates .certificates-more__swipe::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 40px;
  height: 3px;
  background-color: #c6c6c6;
  border-radius: 20px;
}
.certificates-tables-docs__table_note {
  margin-top: 24px;
}
.certificates-tables-docs__table_note p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.24;
  color: #959595;
}
.certificates-tables-docs__table .certificates-tables-docs__table_certificates_more.active + .certificates-more {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(0);
}