.block-pad {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}

.block-pad-link {
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}

.block-pad-link a {
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #F9F9F9;
  border-bottom: 1px solid #E1E1E1 !important;
  padding-bottom: 10px !important;
}

.block-pad div {
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid #E1E1E1;
  background: #F9F9F9;

}

.table {
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 32px !important;
}

.table tbody > tr > td:nth-child(1) {
  background: #F9F9F9 !important;
  padding: 16px;
  align-items: center;
  gap: 10px;
}

body .page .table tr:last-child td:first-child {
  border-radius: 0 !important;
}

.table td div {
  margin-bottom: 31px !important;
  max-width: 315px;
  width: 100%;
}

.table-td-image tr > td:nth-child(2) {
  max-width: 554px;
}

.table-td-image tr > td:nth-child(1),
.table-td-image tr > td:nth-child(1) a {
  color: #2C64EB;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%;
}

.table-td-image tr td {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding: 16px;
}

.table-td-image tr td div {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.table-td-image tbody > :last-child {
  border-radius: 20px;
}

body .page .table-td-image tr:last-child td:first-child {
  border-radius: 0px 0px 0 8px !important;
}

body .page .table-td-image tr:last-child td:last-child {
  border-radius: 0px 0px 8px 0 !important;
}

body .page .table-td-image tr:first-child td:first-child {
  border-radius: 8px 0px 0 0px !important;
}

body .page .table-td-image tr:first-child td:last-child {
  border-radius: 0px 8px 0px 0 !important;
}

.block-pad-link a {
  color: #2C64EB !important;
  font-family: "Roboto" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 175% !important; /* 31.5px */
  gap: 10px !important;
  display: flex;
  align-items: center;
}

.table-one-stroke a {
  color: #2C64EB !important;
  font-family: "Roboto" !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: 175% !important; /* 31.5px */
  gap: 10px !important;
  display: flex;
  align-items: center;
  border-bottom: unset !important;
}

.table-one-stroke tr td {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  padding: 16px;
}

.table-one-stroke tr > td:nth-child(2) {
  width: 64%;
}

body > div.wrapper > main > div > div.container > div > div.article-content__body > ul > div.table.table-one-stroke > table > tbody > tr > td:nth-child(1) {
  border-radius: 12px 0 0 12px !important;
}

body > div.wrapper > main > div > div.container > div > div.article-content__body > ul > div.table.table-one-stroke > table > tbody > tr > td:nth-child(2) {
  border-radius: 0 12px 12px 0 !important;
}

body .page .table-default tr:last-child td:first-child {
  border-radius: 0 0 0 10px !important;
}

body .page .table-default tr:first-child td:first-child {
  border-top-left-radius: 10px;
}

body .page .table-default tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

body .page .table-static tr:first-child td:first-child {
  border-top-left-radius: 10px !important;
}

body .page .table-static tr:last-child td:first-child {
  border-bottom-left-radius: 10px !important;
}

body .page .table-static tr:first-child td:last-child {
  border-top-right-radius: 10px;
}

.table-default tr > td:nth-child(2) {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 31.5px */
  padding: 16px !important;
  width: 64%;
}

.table-default tr > td:nth-child(1) {
  color: #404040;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%; /* 31.5px */
  padding: 16px !important;
  text-align: left;
}

.table-static tr > td:nth-child(1) {
  color: #404040;
  text-align: center;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 175%; /* 31.5px */
  padding: 16px !important;
  text-align: left;
}

.table-static tr > td:nth-child(2) {
  color: #000;
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%; /* 31.5px */
  padding: 16px !important;
  width: 50%;
}

.article-content__body ul:not([class]) > li:before, .article-content__body ul[draggable=true] > li:before {
  top: 19px;
}

@media (max-width: 586px) {
  .block-pad-link {
    flex-wrap: wrap;
  }

  .block-pad {
    flex-wrap: wrap;
  }

  .table-default tr {
    display: flex;
    flex-direction: column;
  }

  .table-default td {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .page .table {
    padding: unset;
  }

  .table tr td:last-child {
    border-left: 1px solid #e1e1e1;
  }

  .table tr td:first-child {
    border-right: 1px solid #e1e1e1;
  }

  .table-default tr > td:nth-child(2) {
    border-top: unset;
  }

  .table-default tr > td:nth-child(1) {
    border-bottom: unset;
  }

  .table-default tbody > tr:nth-child(1) > td:nth-child(1) {
    border-radius: 8px 8px 0 0 !important;
  }

  body .page .table-default tr:last-child td:last-child {
    border-radius: 0 0 8px 8px !important;
  }

  .table tbody > tr > td:nth-child(1) {
    font-size: 16px;
  }

  .table-default tr > td:nth-child(2) {
    font-size: 16px;
  }

  .block-pad {
    gap: 9px;
  }

  .block-pad > div {
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 167%; /* 26.72px */
  }

  .block-pad-link a {
    padding: 12px 24px;
  }

  /*  */
  .table-td-image tr > td:nth-child(2) {
    border-top: unset;
  }

  .table-td-image tr > td:nth-child(1) {
    border-bottom: unset;
  }

  .table-td-image tbody > tr:nth-child(1) > td:nth-child(1) {
    border-radius: 8px 8px 0 0 !important;
  }

  body .page .table-td-image tr:last-child td:last-child {
    border-radius: 0 0 8px 8px !important;
  }

  .table tbody > tr > td:nth-child(1) {
    font-size: 16px;
  }

  .table-td-image tr > td:nth-child(2) {
    font-size: 16px;
  }

  .table-td-image tr {
    display: flex;
    flex-direction: column;
  }

  .table-td-image td {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .page .table-td-image tr:last-child td:first-child {
    border-radius: unset !important;
  }

  body .page .table-td-image tr:first-child td:last-child {
    border-radius: unset !important;
  }

  body .page .table-td-image tr:first-child td:first-child {
    border-radius: 8px 8px 0px 0px !important;
  }

  /*  */
  .table-one-stroke tr > td:nth-child(2) {
    border-top: unset;
  }

  .table-one-stroke tr > td:nth-child(1) {
    border-bottom: unset;
  }

  .table-one-stroke tbody > tr:nth-child(1) > td:nth-child(1) {
    border-radius: 8px 8px 0 0 !important;
  }

  body .page .table-one-stroke tr:last-child td:last-child {
    border-radius: 0 0 8px 8px !important;
  }

  .table tbody > tr > td:nth-child(1) {
    font-size: 16px;
  }

  .table-one-stroke tr > td:nth-child(2) {
    font-size: 16px;
  }

  .table-one-stroke tr {
    display: flex;
    flex-direction: column;
  }

  .table-one-stroke td {
    width: 100% !important;
    max-width: 100% !important;
  }

  body .page .table-one-stroke tr:last-child td:first-child {
    border-radius: unset !important;
  }

  body .page .table-one-stroke tr:first-child td:last-child {
    border-radius: unset !important;
  }

  body .page .table-one-stroke tr:first-child td:first-child {
    border-radius: 8px 8px 0px 0px !important;
  }

  body > div.wrapper > main > div > div.container > div > div.article-content__body > ul > div.table.table-one-stroke > table > tbody > tr > td:nth-child(1) {
    border-radius: 12px 12px 0 0 !important;
  }

  body > div.wrapper > main > div > div.container > div > div.article-content__body > ul > div.table.table-one-stroke > table > tbody > tr > td:nth-child(2) {
    border-radius: 0 0 12px 12px !important;
  }

  .table-static td {
    min-width: unset;
  }

  body .page .table-static tr td {
    min-width: unset;
  }

  body .page .table tr:last-child td:first-child {
    border-radius: 0 0 0 12px !important;
  }

  body .page .table-td-image tr:last-child td:first-child {
    border-radius: unset !important;
  }

  .table tr td:last-child {
    font-size: 16px;
  }

  body .page .table-default tr:last-child td:first-child {
    border-radius: unset !important;
  }

}

html[dir="rtl"] {
  .table-static tr > td:nth-child(1) {
    text-align: right;
  }

  .table-default tr > td:nth-child(1) {
    text-align: right;
  }

  body > div.wrapper > main > div > div.container > div > div.article-content__body > ul > div.table.table-one-stroke > table > tbody > tr > td:nth-child(1) {
    border-radius: 0 12px 12px 0 !important;
  }

  body > div.wrapper > main > div > div.container > div > div.article-content__body > ul > div.table.table-one-stroke > table > tbody > tr > td:nth-child(2) {
    border-radius: 12px 0 0 12px !important;
  }

  body .page .table-td-image tr:first-child td:first-child {
    border-radius: 0 8px 0 0 !important;
  }

  body .page .table-td-image tr:first-child td:last-child {
    border-radius: 8px 0 0 0 !important;
  }

  body .page .table-static tr:first-child td:first-child,
  body .page .table-default tr:first-child td:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
  }

  body .page .table-static tr:first-child td:last-child,
  body .page .table-default tr:first-child td:last-child {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 0 !important;
  }
}
