*,
*::before,
*::after {
  box-sizing: border-box;
}

.text-center {
  text-align: center;
}

.cs_textwrapper {
  padding: 5px;
  width: 99%;
  margin: 0 auto;
  border-radius: 4px;
}

#f6,
.table {
  border: 1px solid #ccc;
  background: #f6f6f6;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.circle {
  width: 10px;
  height: 10px;
  margin: 0 20px;
  display: inline-block;
  border-radius: 10px;
  border: 2px solid #000;
}

.circle.blue {
  border-color: #0068bf;
}

.circle.red {
  border-color: #f84448;
}

.circle.yellow {
  border-color: #ffd167;
}

.circle.green {
  border-color: #00c24b;
}

.table {
  margin: 50px 0;
}

.table .tr,
.table .th {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 15px;
  align-items: center
}

.table .th {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.table .tr:nth-child(even) {
  background: antiquewhite
}

.table .td:first-child {
  font-weight: 700;
}

.cs_textwrapper div {
  display: table-cell;
}

.cs_textwrapper div.cs_after_line {
  padding-left: 10px;
  width: 98%;
  margin: 10px auto;
  background-color: antiquewhite;
  border-radius: 7px;
  display: flex;
  padding-bottom: 0px;
  flex-direction: row;
}

section {
  position: relative;
}

@media (max-width: 900px) {
  :focus::-webkit-input-placeholder {
    color: transparent;
  }

  :focus::-moz-placeholder {
    color: transparent;
  }

  :focus:-moz-placeholder {
    color: transparent;
  }

  :focus:-ms-input-placeholder {
    color: transparent;
  }

  .main-content {
    padding-bottom: 30px;
  }
}

body {
  position: relative;
}

body #article-text {
  width: 100%;
  float: none;
}

#article-text h2 {
  font-size: 18px;
}

.menu--item {
  border: 1px solid #f2c993;
}

#article-text h3 {
  font-size: 17px;
  padding-left: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media screen and (max-width: 900px) {
  #article-text h2 {
    font-size: 16px;
  }
}

body {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  min-width: 320px;
}

h1 {
  font-size: 26px;
  line-height: 110%;
}

h2 {
  font-size: 20px;
  line-height: 122.22%;
}

body,
.top-header {
  min-width: 320px;
}

.top-header {
  width: 100%;
  padding-top: 7px;
  background-color: #2a2a2a;
  height: 62px;
  position: relative;
  z-index: 99;
}

.logo {
  padding-left: 0px;
  float: left;
}

@media screen and (max-width: 899px) {
  .top-header {
    padding-top: 0;
  }
}

.main-content {
  padding-bottom: 20px;
}

.breadcrumbs-wrap {
  width: 100%;
  background: #f6f6f6;
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 24px;
  }
}

#article-text {
  padding-bottom: 8px;
  border-bottom: 4px double #efefef;
}

.footer {
  padding: 18px 0 15px;
  background-color: #2f2f2f;
}

.limit-age {
  width: 34px;
  height: 34px;
  background-color: #d60000;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 12px;
  display: block;
  float: left;
  margin-right: 10px;
}

.copyright {
  color: #969696;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-top: 8px;
}

.copyright_black {
  display: block;
  text-align: center;
  background-color: #1c1c1c;
  margin: 0;
  padding: 10px 0;
  margin-top: -20px;
  z-index: 5;
  position: relative;
}

.td-bc-logo {
  display: block;
  height: 34px;
  width: 100px;
  cursor: pointer;
}

.td-bc-logo {
  background-size: cover;
}

#article-text {
  width: 100%;
  float: left;
}

#article-text p {
  padding-left: 20px;
}

.text-block ul {
  list-style: none;
  padding: 0 0 0 30px;
  margin: 0 0 14px 15px;
}

.text-block ul li {
  margin-bottom: 3px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 157%;
}

.text-block ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: 9px;
  left: -12px;
  background: #ffa420;
  border-radius: 13px;
}

.like-green-link {
  padding-left: 10px;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #76ab01;
  border-bottom: 2px solid #1b9708;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.like-green-link:hover {
  text-decoration: none;
  background-color: #1b9708;
  color: #fff;
}

@media only screen and (max-width: 400px) {
  .section-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 450px) {
  #article-text {
    position: relative;
  }

  #article-text h2:before {
    top: 8px;
  }
}

@media screen and (max-width: 649px) {

  .breadcrumbs a,
  .breadcrumbs span {
    color: #bdbcbc;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}

@media only screen and (max-width: 560px) {
  .rrr {
    font-size: 16px;
  }
}

.logocont {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 39px;
  line-height: 38px;
  margin-left: 6px;
  font-weight: 700;
}

@media only screen and (max-width: 899px) {
  .top-header .logocont {
    height: 26px;
  }
}

.like-green-link {
  padding-left: 10px;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #76ab01;
  border-bottom: 2px solid #1b9708;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
}

.text-block {
  max-width: 100%;
}

body a {
  color: #0078d7;
  text-decoration: underline;
}

.section-title {
  margin: 0.83em 0;
}

.footer {
  z-index: 5;
  position: relative;
}

.top-header .logocont {
  padding-right: 20px;
  margin-top: 4px;
}

@media screen and (max-width: 899px) {
  .top-header .logocont {
    margin-top: 0px;
  }
}

.logocont {
  position: relative;
  float: left;
}

.main-content img {
  max-width: 100%;
}

#article-text h2 {
  position: relative;
  color: #020103;
  font-weight: 700;
  padding-left: 21px;
  padding-right: 40px;
}

#article-text h2:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #ffa420;
  left: 0;
  top: 8px;
}

#article-text {
  border-bottom: none;
}

.like-green-link {
  margin: 0px;
}

@media only screen and (max-width: 600px) {
  .like-green-link {
    position: relative;
    width: 100%;
    margin-top: 10px;
    left: auto;
  }
}

.breadcrumbs-wrap {
  width: 100%;
  background: #f6f6f6;
  z-index: 5;
  position: relative;
}

.breadcrumbs {
  padding: 3px 0;
  margin: 3px 0;
  color: #d6d6d6;
  font-size: 12px;
  line-height: 130%;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline;
  color: #2a2a2a;
}

@media only screen and (max-width: 899px) {
  body {
    position: relative;
    padding-top: 50px;
  }

  .top-header {
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    z-index: 99;
    height: auto;
  }

  .logo {
    margin-top: 9px;
    float: left;
  }

  .logocont {
    position: relative;
    width: 150px;
    height: 34px;
  }

  #article-text h2:before {
    top: 5px;
  }

  body {
    line-height: 20px;
  }

  h1 {
    font-size: 20px;
    line-height: 106.25%;
  }

  h2 {
    font-size: 16px;
    line-height: 113.333%;
  }
}

@media screen and (max-width: 320px) {
  body {
    padding-top: 0;
  }

  .top-header {
    position: relative;
  }
}

.breadcrumbs a {
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 899px) {
  .logo {
    padding-left: 7px;
  }

  .logocont {
    width: 83px;
    height: 25px;
  }
}

.p_s_h_h {
  height: auto;
  width: 100%;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
}

.h_h_l {
  width: 50%;
  position: relative;
  display: inline-block;
}

.h_h_l_l .td-bc-logo {
  margin: auto;
  max-height: none;
  width: 100%;
  height: auto;
  cursor: unset;
}

.h_h_l_l {
  padding: 22px;
}

.h_h_l_s {
  font-weight: bold;
  font-size: 37px;
  line-height: 43px;
}

.h_h_r {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: right;
  background-color: #2a2a2a;
}

.h_h_r_bb {
  padding: 15px 15px 15px 50px;
}

.h_h_r_b {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}

.promo_single_head {
  border: 1px solid #ccc;
  border-radius: 3px;
}

@media (max-width: 800px) {

  .h_h_l,
  .h_h_r {
    width: 100%;
    float: unset;
  }

  .p_s_h_h {
    height: unset;
  }

  .h_h_r_bb {
    padding: 15px;
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

section {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

body {
  font-family: sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  min-width: 320px;
}

body {
  margin: 0;
}

@media screen and (max-width: 899px) {
  body {
    background: none;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 650px) {
  .container {
    width: 600px;
  }
}

img {
  vertical-align: middle;
  border: 0;
}

@media screen and (max-width: 899px) {
  .top-header {
    padding-top: 0;
  }
}

body {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  min-width: 320px;
}

.top-header {
  width: 100%;
  background-color: #2a2a2a;
}

.logo {
  padding-left: 0;
}

.td-bc-logo {
  background-size: cover;
  display: block;
  height: 34px;
  width: 100px;
  cursor: pointer;
}

@media only screen and (max-width: 400px) {

  .section-title {
    font-size: 18px;
  }
}

.like-green-link {
  padding-left: 10px;
  display: block;
  width: 100%;
  height: 40px;
  background-color: #76ab01;
  border-bottom: 2px solid #1b9708;
  color: #fefefe;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  transition: all 0.2s ease;
  text-decoration: none;
}

body a {
  color: #0078d7;
  text-decoration: none;
}

.logocont {
  position: relative;
  float: left;
}

.top-header .logocont {
  padding-right: 20px;
}

#article-text h2 {
  position: relative;
  text-transform: uppercase;
  color: #020103;
  font-weight: 700;
  background: #eee;
  min-width: 100%;
  min-height: 50px;
  /* margin-top: 30px; */
  border-radius: 40px;
  line-height: 24px;
  padding: 0px 0 0 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.section-title {
  margin: 0.83em 0;
}

#article-text h2::before {
  content: "none";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #ffa420;
  left: 0;
  top: 5px;
}

@media only screen and (max-width: 899px) {
  body {
    position: relative;
    padding-top: 35px;
    line-height: 20px;
  }

  .top-header {
    padding-bottom: 0px;
    position: fixed;
    top: 0;
    z-index: 99;
    height: auto;
  }

  .logo {
    margin-top: 9px;
    float: left;
  }

  .logocont {
    position: relative;
    width: 150px;
    height: 34px;
  }

  .top-header .logocont {
    margin-top: 0;
  }

  h2 {
    font-size: 16px;
    line-height: 113.333%;
  }
}

@media screen and (max-width: 320px) {
  body {
    padding-top: 0;
  }

  .top-header {
    position: relative;
  }
}

.breadcrumbs-wrap {
  width: 100%;
  background: #f6f6f6;
}

.breadcrumbs {
  padding: 3px 0;
  margin: 3px 0;
  color: #d6d6d6;
  font-size: 12px;
  line-height: 130%;
}

.breadcrumbs a,
.breadcrumbs span {
  display: inline;
  color: #2a2a2a;
}

@media only screen and (max-width: 899px) {
  h1 {
    font-size: 20px;
    line-height: 106.25%;
  }
}

.main-content img {
  max-width: 100%;
}

.text-block {
  max-width: 100%;
}

.like-green-link {
  margin: -7px 0 0 0;
}

@media only screen and (max-width: 600px) {
  .like-green-link {
    position: relative;
    width: 100%;
    left: auto;
  }

  #article-text h2 {
    line-height: 24px;
  }
}

section {
  position: relative;
}

.main-content img {
  max-width: 100%;
  max-height: 200px;
  width: 100%;
  height: auto;
}

a:active,
a:hover {
  outline: 0;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

#article-text h2:before {
  content: none;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 7px;
  background-color: #ffa420;
  left: 20px;
  top: 20px;
}

@media only screen and (max-width: 899px) {
  #article-text h2:before {
    top: 19.5px;
  }
}

@media screen and (max-width: 350px) {
  #article-text h2:before {
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  div.container {
    width: 1160px;
  }
}

@media only screen and (max-width: 899px) {
  .logo {
    padding-left: 7px;
  }

  .logocont {
    height: 25px;
    line-height: 18px;
    margin-left: 0px;
  }
}

.top-header .logocont {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 39px;
}

.breadcrumbs a {
  text-decoration: none;
}

#promo {
  margin-bottom: 20px;
}

@media only screen and (max-width: 899px) {
  .top-header .logocont {
    height: 26px;
  }
}

.p_s_h_h {
  height: auto;
  width: 100%;
  text-align: center;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  display: inline-flex;
}

.link,
.link:hover {
  text-decoration: none;
  color: #0078d7;
  cursor: pointer;
}

.h_h_l {
  width: 20%;
  position: relative;
  display: inline-flex;
  margin-top: 0;
  padding-bottom: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.h_h_c {
  width: 54%;
  max-height: 100%;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
}

.p_title {
  line-height: normal;
  padding: 15px 10px;
  background-color: #ffe494;
  border-radius: 30px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin: 0;
  font-weight: 700;
}

.h_h_c p {
  font-size: 16px;
  width: 90%;
}

.h_h_l_l .td-bc-logo {
  max-height: none;
  width: 100%;
  height: auto;
}

.h_h_l_l {
  padding: 20px;
}

.rrr {
  font-size: 16px;
}

.h_h_l_s {
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row;
}

.h_h_r {
  width: 26%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #2a2a2a;
}

.h_h_r_bb {
  padding: 15px;
}

.h_h_r_b {
  line-height: 43px;
  height: 43px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .h_h_l_l .td-bc-logo {
    max-height: 100%;
  }

  .promo_single_head {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.16);
  }

  .h_h_l {
    width: 100%;
    float: unset;
    /* height: 130px;	 */
    margin-top: 5px;
  }

  .h_h_r {
    width: 100%;
    float: unset;
    margin-top: 5px;
  }

  .h_h_c {
    width: 100%;
    float: unset;
    margin-top: 5px;
  }

  .h_h_l_s {
    margin-top: 0px;
    position: relative;
  }

  .h_h_c p {
    margin: 0 auto 20px auto;
  }

  .p_s_h_h {
    height: unset;
    display: block;
    box-shadow: unset;
  }

  .h_h_r_b {
    margin-top: 0px;
  }

  .h_h_r_bb {
    padding: 15px;
  }
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 650px) {
  .container {
    width: 600px;
  }
}

@media (min-width: 900px) {
  .container {
    width: 860px;
  }
}

@media (min-width: 1000px) {
  .container {
    width: 960px;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.container:before,
.container:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.container:after,
.row:after {
  clear: both;
}

.mx-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

section {
  padding-top: 10px;
}

body {
  height: 100%;
}

@media (min-width: 1200px) {
  .rrr {
    font-size: 16px;
  }
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 441px) {
  #article-text h2 {
    padding: 0px 0 0 0px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  #article-text h2 {
    padding: 0px 0 0 40px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-3 {
  margin-top: 1rem;
}

.mb-3 {
  margin-bottom: 1rem;
}

.py-4 {
  padding-top: 1.5rem;
}

.py-4 {
  padding-bottom: 1.5rem;
}

.mx-auto {
  margin-right: auto;
}

.mx-auto {
  margin-left: auto;
}

a.disabled {
  pointer-events: none;
  cursor: default;
  color: #888;
}

details summary::-webkit-details-marker {
  display: none;
}

details>summary {
  list-style: none;
}

details summary::after {
  content: "+";
  margin-left: 10px;
  margin-top: 3px;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 16px;
  background: #ff3a1a;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  font-family: sans-serif;
}

@media (max-width: 440px) {
  .rrr {
    font-size: 16px;
  }

  .lead {
    font-size: 1rem;
    word-wrap: break-word;
  }

  .h_h_c p {
    font-size: 18px;
  }

  #article-text h2 {
    font-size: 15px;
    line-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-word;
    text-align: center;
  }

  #article-text h3 {
    font-size: 14px;
  }

  #article-text h2:before {
    content: none;
  }
}

@media (min-width: 1024px) {

  .lead {
    font-size: 1.25rem;
    font-weight: 300;
  }
}

.hoverable {
  box-shadow: none;
  transition: all 0.55s ease-in-out;
}

.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.55s ease-in-out;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-muted {
  color: #6c757d;
}

.font-weight-bold {
  font-weight: 700;
}

.text-white {
  color: #fff;
}

.text-muted {
  color: #6c757d;
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none;
    box-shadow: none;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px;
  }

  .container {
    min-width: 992px;
  }
}

.center-block {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.toc-head {
  text-align: left;
  margin-left: 15px;
  margin-bottom: 15px;
}

details:focus,
summary:focus {
  outline: none;
}

.cs_textwrapper .toc-list-contents {
  margin: 0 0 17px 0px;
}

.toc-list-dtls ul {
  padding: 0 0 0 20px;
  margin: 5px 0 14px 0px;
}

.faq-blk {
  margin-bottom: 35px;
}

@media (max-width:600px) {
  .h_h_c p {
    margin: 0 auto 15px auto;
  }

  .table .tr,
  .table .th {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 10px;
    align-items: center;
    font-size: 14px;
    gap: 10px;
  }

  .circle {
    margin: 0;
  }
}

footer hr {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

footer .logo {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 20px;
  display: block;
  float: none;
}

footer .nav {
  display: flex;
  padding: 0;
  margin: 0;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin-bottom: 50px;
}

footer .nav a {
  color: #fff;
  text-decoration: none;
}

footer .nav a:hover {
  color: #ffe494;
}

.logo a {
  color: #fff;
  text-decoration: none;
}

main {
  margin: 50px 0;
}

.info {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(-webkit-max-content, 2fr) minmax(-webkit-max-content, 2fr) minmax(-webkit-max-content, 2fr);
  grid-template-columns: minmax(max-content, 2fr) minmax(max-content, 2fr) minmax(max-content, 2fr);
  gap: 20px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.info-text {
  display: flex;
  flex-direction: column
}

.info-text .title {
  font-weight: 700;
  font-size: 18px;
}

@media(max-width: 991px) {
  .info {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media(max-width: 767px) {
  .info {
    grid-template-columns: 1fr
  }

  main {
    margin: 30px 0;
  }
}

.table-intext,
.table-intext tr,
.table-intext td,
.table-intext th {
  border: 1px solid #ccc;
  border-collapse: collapse;
  padding: 10px;
  box-sizing: border-box;
}

.table-intext {
  min-width: 500px;
  width: 100%;
}

.table-wrap {
  overflow: auto;

}