body {
  background-color: white;
  background-color: var(--black_bg_black);
  color: #555;
  color: var(--basic_text_black);
}
a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}
p {
  margin: 0 0 24px;
}
ul,
ol {
  padding-left: 17px;
  margin-bottom: 20px;
}
ul {
  padding-left: 0px;
}
ul li {
  list-style-type: none;
  position: relative;
  padding-left: 0px;
  margin-bottom: 8px;
  line-height: 24px;
}
ul li:before {
  content: "";
  position: relative;
  left: 0px;
  top: 11px;
  background: #666666;
  width: 11px;
  height: 1px;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  color: #222;
  color: var(--white_text_black);
  line-height: calc(1em + 7px);
}
h1 {
  font-size: 1.625rem;
  margin: 0 0 18px;
}
h2 {
  font-size: 1.75rem;
}
h3 {
  font-size: 1.5rem;
}
h4 {
  font-size: 1.25rem;
}
h5 {
  font-size: 1.125rem;
}
h6 {
  font-size: 1.066rem;
}
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0px;
}

/*fonts color*/
.dark_link {
  color: #222;
  color: var(--white_text_black);
}
.dark_link:hover {
  color: #000;
  color: var(--fill_dark_lite_hover);
}
.color_222 {
  color: #222;
  color: var(--white_text_black);
}
.color_333 {
  color: #222;
  color: var(--white_text_black);
}
.color_555 {
  color: #555;
  color: var(--basic_text_black);
}
.color_666 {
  color: #666;
  color: var(--lite_basic_text_black);
}
.color_999 {
  color: #999;
}
.muted {
  color: #999;
}
.font_bold {
  font-weight: bold;
}

/*fonts size*/
.font_40 {
  font-size: 2.5rem;
  line-height: calc(1em + 7px);
}
.font_38 {
  font-size: 2.375rem;
  line-height: calc(1em + 7px);
}
.font_36 {
  font-size: 2.25rem;
  line-height: calc(1em + 7px);
}
.font_34 {
  font-size: 2.125rem;
  line-height: calc(1em + 7px);
}
.font_32 {
  font-size: 2rem;
  line-height: calc(1em + 7px);
}
.font_30 {
  font-size: 1.875rem;
  line-height: calc(1em + 7px);
}
.font_28 {
  font-size: 1.75rem;
  line-height: calc(1em + 7px);
}
.font_26 {
  font-size: 1.625rem;
  line-height: calc(1em + 7px);
}
.font_25 {
  font-size: 1.5625rem;
  line-height: calc(1em + 7px);
}
.font_24 {
  font-size: 1.5rem;
  line-height: calc(1em + 7px);
}
.font_23 {
  font-size: 1.4375rem;
  line-height: calc(1em + 7px);
}
.font_22 {
  font-size: 1.375rem;
  line-height: calc(1em + 7px);
}
.font_21 {
  font-size: 1.3125rem;
  line-height: calc(1em + 7px);
}
.font_20,
.font_20--to-600 {
  font-size: 1.25rem;
  line-height: calc(1em + 7px);
}
.font_19 {
  font-size: 1.1875rem;
  line-height: calc(1em + 7px);
}
.font_18 {
  font-size: 1.125rem;
  line-height: calc(1em + 7px);
}
.font_17 {
  font-size: 1.0625rem;
  line-height: calc(1em + 7px);
}
.font_16,
.font_16--to-600 {
  font-size: 1rem;
  line-height: calc(1em + 7px);
}
.font_15 {
  font-size: 0.9375rem;
  line-height: calc(1em + 7px);
}
.font_14,
.font_14--to-600 {
  font-size: 0.875rem;
  line-height: calc(1em + 7px);
}
.font_13 {
  font-size: 0.8125rem;
  line-height: calc(1em + 7px);
}
.font_12,
.font_12--to-600 {
  font-size: 0.75rem;
  line-height: calc(1em + 7px);
}
.font_11 {
  font-size: 0.6875rem;
  line-height: calc(1em + 7px);
}
.font_10 {
  font-size: 0.625rem;
  line-height: calc(1em + 7px);
}
.font_9 {
  font-size: 0.5625rem;
  line-height: calc(1em + 7px);
}
.font_large {
  line-height: calc(1em + 10px);
}
.font_short {
  line-height: calc(1em + 4px);
}
.font_normal {
  line-height: calc(1em + 7px);
}
.font_upper_md {
  font-size: 0.733em;
  line-height: 1.3em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.font_bold {
  font-weight: bold;
}
.font_normal {
  font-weight: normal;
}
.font_weight--600 {
  font-weight: 600;
}
.font_weight--500 {
  font-weight: 500;
}
.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.dotted {
  /* border-bottom: 1px dotted; */
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
  text-decoration-skip-ink: none;
}
.rounded-4 {
  border-radius: 4px;
}

.height-100 {
  height: 100%;
}

.linecamp-2 {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 2;
  overflow: hidden;
}
.linecamp-3 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
}
.linecamp-4 {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-line-clamp: 4;
  overflow: hidden;
}
.mt-16 {
  margin-top: 16px;
}
hr {
  height: 1px;
  margin: 25px 0;
  border: none;
  border-top: 1px solid #f2f2f2;
  border-color: var(--lite_bg_black);
}

blockquote {
  color: #222;
  color: var(--white_text_black);
  position: relative;
  padding: 0px 20px 0px 41px;
  border: none;
  font-weight: normal;
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin: 48px 0px;
}
blockquote:before {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  content: "";
  width: 3px;
  border-radius: 3px;
  background-color: #9e9e9e;
  background-color: var(--theme-base-color, #9e9e9e);
}
blockquote.danger {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(210, 21, 21, 0.4);
  border-radius: 3px;
  border-left: 3px solid #d21515;
  color: #bb3a3a;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.danger:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 40px;
  background: var(--black_bg_black) url(images/lite.png) -249px -262px no-repeat;
  width: 26px;
  height: 17px;
}
blockquote.info {
  padding: 27px 42px 31px 42px;
  border: 1px solid rgba(91, 177, 71, 0.4);
  border-radius: 3px;
  border-left: 3px solid #5bb147;
  color: #5a8051;
  margin: 40px 0px;
  font-weight: 400;
}
blockquote.info:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 40px;
  background: var(--black_bg_black) url(images/lite.png) -17px -153px no-repeat;
  width: 26px;
  height: 18px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mr-10 {
  margin-right: 10px;
}

/*order block*/
.order-block__wrapper {
  border: 1px solid #f2f2f2;
  border-color: var(--stroke_black);
  margin: 43px 0 40px;
}
.order-block .row {
  margin: 0;
}
.order-block .row > div {
  text-align: center;
  padding: 41px 0 40px;
  min-height: 83px;
}
.order-block td {
  padding: 42px 0px 37px;
  vertical-align: top;
}
.order-block td .btns {
  text-align: center;
}
.order-block .btn {
  margin: 0;
}
.order-block .text {
  padding: 0px 0px 0px 131px;
  min-height: 46px;
  line-height: 24px;
  text-align: left;
  position: relative;
}
.order-block .text .svg {
  display: block;
  width: 48px;
  height: 58px;
  position: absolute;
  top: 39px;
  top: -2px;
  left: 52px;
}
.order-block .text h1,
.order-block .text h2,
.order-block .text h3,
.order-block .text h4,
.order-block .text h5,
.order-block .text h6 {
  margin-bottom: 5px;
  margin-top: 0px;
}
.styled-block .row > div,
.order-block .row > div {
  /*float:left;*/
  display: table-cell;
  vertical-align: middle;
}
.styled-block .row > div.col-md-3,
.order-block .row > vib.col-md-3 {
  text-align: center;
}
.styled-block .row > div.col-md-3 .btn,
.order-block .row > vib.col-md-3 .btn {
  position: relative;
  margin: 0;
}
.order-info-block {
  padding: 32px 31px 33px 30px;
}
.order-info-block--margined {
  margin: 33px 0px;
}
.order-info-block .price .line-block__item {
  margin-top: 0;
}
.order-info-block .icon-svg-block {
  padding-right: 3px;
}
.order-info-block .text {
  min-width: 205px;
}
.order-info-block .buy_block {
  min-width: 175px;
}
.order-info-block ~ .sale-linked {
  border-top: 1px solid #e5e5e5;
}
.order-info-block .question-title {
  margin-bottom: 31px;
  color: var(--white_text_black);
}
.order-info-block .price + .order-info-btn {
  margin-top: 20px;
}
@media (max-width: 991px) {
  .order-info-block {
    padding: 25px;
  }
  .order-info-block .line-block {
    flex-wrap: wrap;
  }
  .order-info-block .icon-svg-block {
    display: none;
  }
  .order-info-block .line-block__item:not(.order-info-btns) {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .order-info-block {
    padding-bottom: 5px;
  }
}
/**/

ul li {
  position: relative;
}
ul li p,
ul li div {
  display: inline;
}
.tab-content > .tab-pane:not(.active) {
  display: none;
}
p.drop-caps:first-child:first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding: 4px;
  margin-right: 5px;
  margin-top: 5px;
  font-family: Georgia;
}
p.drop-caps.secundary:first-child:first-letter {
  background-color: #ccc;
  color: white;
  padding: 6px;
  margin-right: 5px;
  border-radius: 4px;
}
/*table*/
.tables-responsive {
  overflow-x: auto;
  position: relative;
}
table.no-border {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

table.table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th,
table.table > thead > tr > td,
table.table > tbody > tr > td,
table.table > tfoot > tr > td {
  border: 0;
  padding: 11px;
}
table.table b,
table.table strong {
  font-weight: 600;
}
table.table > thead > tr > th,
table.table > tbody > tr > th,
table.table > tfoot > tr > th {
  color: white;
  border-color: var(--stroke_black);
}
.table-bordered {
  border-color: var(--stroke_black);
}
table.table.table-striped tr:nth-child(even) td {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}
table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}
table.table.table-striped tr:nth-child(odd) td {
  background: white;
  background: var(--black_bg_black);
}
table.table.table-bordered td {
  border: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
table.table.table-bordered-line td {
  border-bottom: 1px solid #e5e5e5;
  border-color: var(--stroke_black);
}
table.table.table-light th {
  background-color: transparent;
  color: inherit;
  border-bottom: 2px solid #b8b8b8;
  border-color: var(--stroke_black);
}
table.table .table-bg-gray {
  background: linear-gradient(0deg, #f5f5f5, #f5f5f5), #f8f8f8;
  background: var(--darkerblack_bg_black);
}
table.table th {
  background: #555;
}
table.table1 td {
  padding: 15px;
}
table tr.highlight {
  background-color: var(--darkgrey_bg_black);
}
/*colored table*/
table.colored_table {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-collapse: collapse;
}
.colored_table thead {
  border: 1px solid #ececec;
  border-color: var(--stroke_black);
}
.colored_table thead tr {
  background: #f7f7f7;
  background: var(--darkerblack_bg_black);
}
.colored_table tr td {
  padding: 8px 29px;
}
.colored_table tbody {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-color: var(--stroke_black);
}
.colored_table tbody tr td {
  border-bottom: 1px solid #ececec;
  border-color: var(--stroke_black);
}
.colored_table > tbody > tr > td,
.colored_table > tbody > tr > th,
.colored_table > tfoot > tr > td,
.colored_table > tfoot > tr > th,
.colored_table > thead > tr > td,
.colored_table > thead > tr > th {
  line-height: 1.428571429;
}
table.colored_table > tbody > tr > th,
table.colored_table > tfoot > tr > th,
table.colored_table > tbody > tr > td,
table.colored_table > tfoot > tr > td {
  padding: 14px 20px 15px;
}
table.colored_table > thead > tr > th,
table.colored_table > thead > tr > td {
  padding: 11px 21px;
  font-size: 0.8667em;
}
/*table-border_bottom*/
table.table-border_bottom > thead > tr > td {
  padding: 10px 0 11px 0;
}
table.table-border_bottom > tbody > tr > td {
  padding: 10px 0 11px 0;
  vertical-align: top;
  border-bottom: 1px solid #ededed;
  border-color: var(--stroke_black);
}

table.table-border_bottom thead {
  border-bottom: 1px solid #ececec;
  border-color: var(--stroke_black);
}
table.table-border_bottom thead tr {
  background: #f7f7f7;
  background: var(--darkerblack_bg_black);
}
@media (max-width: 600px) {
  /*  table.table-border_bottom.col-50 > tbody > tr > td {
    width: 50%;
  } */
  table.table:not(.table-full-width),
  table.table:not(.table-full-width) thead,
  table.table:not(.table-full-width) tbody,
  table.table:not(.table-full-width) th,
  table.table:not(.table-full-width) td,
  table.table:not(.table-full-width) tr {
    display: block;
    clear: both;
  }
}
table.table-border_bottom > tbody > tr > td {
  padding: 10px 0 11px 0;
  vertical-align: top;
  border-bottom: 1px solid #ededed;
  border-color: var(--stroke_black);
}
table.table:not(.table-full-width) thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
table.table:not(.table-full-width) thead + tbody tr:not(.nomobile) td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50%;
  text-align: left !important;
  min-height: 32px;
  word-break: break-word;
}
table.table:not(.table-full-width) thead + tbody td .th-mobile {
  display: block;
  position: absolute;
  top: 6px;
  left: 6px;
  width: 45%;
  padding-right: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/*introtext*/
.introtext {
  padding: 0px 0px 0px;
  color: #222;
  color: var(--white_text_black);
  font-size: 1.2em;
  line-height: calc(1em + 10px);
  margin-bottom: 40px;
}
