@font-face {
  font-family: 'MarkLight';
  src: url('../fonts/Mark/MarkLight.woff2') format('woff2'),
    url('../fonts/Mark/MarkLight.woff') format('woff');
}
@font-face {
  font-family: 'MarkLightItalic';
  src: url('../fonts/Mark/MarkLightItalic.woff2') format('woff2'),
    url('../fonts/Mark/MarkLightItalic.woff') format('woff');
}
@font-face {
  font-family: 'MarkMedium';
  src: url('../fonts/Mark/MarkMedium.woff2') format('woff2'),
    url('../fonts/Mark/MarkMedium.woff') format('woff');
}
@font-face {
  font-family: 'MarkBold';
  src: url('../fonts/Mark/MarkBold.woff2') format('woff2'),
    url('../fonts/Mark/MarkBold.woff') format('woff');
}
@font-face {
  font-family: 'MarkBoldItalic';
  src: url('../fonts/Mark/MarkBoldItalic.woff2') format('woff2'),
    url('../fonts/Mark/MarkBoldItalic.woff') format('woff');
}
@font-face {
  font-family: 'SafetySymbols';
  src: url('../fonts/symbols/Safety-Symbols.woff2') format('woff2'),
    url('../fonts/symbols/Safety-Symbols.woff') format('woff');
}
/* ============ Reset ============ */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
em {
  font-family: 'MarkLightItalic', sans-serif;
}
b {
  font-weight: 500;
}
a {
  text-decoration: underline;
}
* {
  box-sizing: border-box;
}
:focus {
  outline: 0;
}
::-webkit-input-placeholder {
  color: #9ea09f;
}
:-moz-placeholder {
  color: #9ea09f;
}
::-moz-placeholder {
  color: #9ea09f;
  opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #9ea09f;
}
:focus::-webkit-input-placeholder {
  color: transparent;
}
:focus:-moz-placeholder {
  color: transparent;
}
:focus::-moz-placeholder {
  color: transparent;
  opacity: 0; /* Since FF19 lowers the opacity of the placeholder by default */
}
:focus:-ms-input-placeholder {
  color: transparent;
}

html {
  height : 100%;
}

body {
  background: #f8f8f8;
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%;
  font: 13px/1.5 'MarkLight', sans-serif;
  color: #333333;
  overflow-y: scroll;
  min-width: 320px;
}

.page-holder{
  height: 100%;
}

a {
  color: #333;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #eb4f6f;
}
a.link-dropdown {
  color: #eb4f6f;
}
a.link-dropdown:hover {
  color: #333;
}
p {
  margin: 0 0 14px;
}
.bigger {
  font-size: 14px;
  line-height: 1.4;
}
.parent-description {
  font-size: 16px;
  margin: 0 0 22px;
  color: #808080;
}
strong {
  font-weight: 400;
  font-family: 'MarkBold', sans-serif;
}
hr {
  border: 1px solid #b4b4b4;
  border-bottom: none;
  margin: 26px 0 13px;
}
.anim {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wrapper {
  margin: 0 auto;
  max-width: 1020px;
  padding: 0 20px;
}
.wrapper-content {
  margin: 0 auto;
  max-width: 100%;
  padding: 62px 74px;
}
.flex-block {
  display: flex;
}
.align-center {
  align-items: center;
}
.justify-space-between {
  justify-content: space-between;
}
.flex-wrap {
  flex-wrap: wrap;
}
/* ========= Header ======== */
.header {
  background: #fff;
  padding: 24px 0 20px;
  margin: 0 0 44px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  line-height: 0.75;
}
.header a {
  color: #333;
  text-decoration: none;
}
.header .logo {
  max-width: 236px;
  display: block;
}
.header a img {
  max-width: 100%;
}
.header a:hover {
  color: #000;
}
.top-menu-holder {
  margin: 0 19px 0 auto;
  font-family: 'MarkMedium', sans-serif;
  font-size: 15px;
}
.language-holder {
  position: relative;
  width: 184px;
}
.language-holder select {
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 5px 20px 5px 10px;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #ababab;
  color: #494949;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.91) 53%,
    rgba(241, 241, 241, 0.91) 54%,
    rgba(241, 241, 241, 0.83) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.91) 53%,
    rgba(241, 241, 241, 0.91) 54%,
    rgba(241, 241, 241, 0.83) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.91) 53%,
    rgba(241, 241, 241, 0.91) 54%,
    rgba(241, 241, 241, 0.83) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4f1f1f1',GradientType=0 ); /* IE6-9 */
  white-space: nowrap;
  text-overflow: ellipsis;
}
.language-holder:before {
  content: '';
  position: absolute;
  right: 14px;
  top: 0;
  bottom: 0;
  height: 0;
  width: 0;
  margin: auto 0;
  border-top: 7px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}
.sidebar .close-button,
.mobile-menu-button {
  display: none;
}
/* =========== Main =========== */
.sidebar {
  width: 23%;
  line-height: 1;
}
.main-content {
  width: 73%;
  border: 1px solid #e2e2e2;
  background: #fff;
  position: relative;
  border-radius: 3px;
  min-height: 600px;
}
/* ============ Home Page =======  */
.top-banner-holder {
  background-image: url('../img/background.jpg');
  background-position: center;
  background-size: cover;
  padding: 108px 0;
  margin: -44px 0 56px;
}
.top-banner-holder .banner-block-search-holder {
  display: flex;
  justify-content: space-between;
  max-width: 691px;
  padding: 0 15px;
  margin: 0 auto;
  font-family: 'MarkMedium', sans-serif;
  font-size: 15px;
}
.top-banner-holder .banner-block-search-holder .control {
  width: 74%;
  position: relative;
}
.top-banner-holder .banner-block-search-holder .control:before {
  content: '\f002';
  font-family: 'FontAwesome';
  font-size: 19px;
  color: #e6224a;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 18px;
  bottom: 0;
  margin: auto 0;
  pointer-events: none;
  height: 20px;
  width: 20px;
  text-align: center;
}
.top-banner-holder .banner-block-search-holder input,
.top-banner-holder .banner-block-search-holder button {
  font-family: 'MarkMedium', sans-serif;
  font-size: 15px;
  border: 1px solid #e6224a;
  border-radius: 8px;
  padding: 18px 15px;
  line-height: 1;
}
.top-banner-holder .banner-block-search-holder input {
  background-image: url('../img/search.svg');
  background-size: 10px 10px;
  background-color: #fff;
  width: 100%;
  padding-left: 58px;
}
.top-banner-holder .banner-block-search-holder button {
  background: #e6224a;
  color: #fff;
  text-align: center;
  width: 23%;
  cursor: pointer;
}
.top-banner-holder .banner-block-search-holder button:hover {
  background: #b71435;
  border-color: #b71435;
}
.title-navigation {
  font-size: 21px;
  margin: 0 0 29px;
  line-height: 1.1;
  font-family: 'MarkMedium', sans-serif;
}
.main-navigation {
  margin: 0 -20px;
  width: calc(100% + 40px);
}
.main-navigation .navigation-item {
  width: 33.3%;
  padding: 0 20px 40px;
}
.main-navigation .navigation-item-content {
  border: 1px solid #cbcbcb;
  border-radius: 3px;
  padding: 20px 20px 47px;
  text-align: center;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 3px 3px 5px #cbcbcb;
  display: block;
  height: 275px;
}
.main-navigation .navigation-item-content:hover {
  text-decoration: none;
  box-shadow: 0 0 15px #c3c2c2;
  color: #333;
}
.main-navigation .navigation-item-content .icon-holder {
  height: 85px;
  position: relative;
  display: flex;
  margin: 0 0 3px;
}
.main-navigation .navigation-item-content .icon-holder img {
  max-width: 71px;
  max-height: 47px;
  width: auto;
  height: auto;
  margin: auto;
}
.main-navigation .navigation-item-content h4 {
  font-family: 'MarkMedium', sans-serif;
  font-size: 15px;
  line-height: 1.1;
  margin: 0 0 16px;
}
.main-navigation .navigation-item-content p {
  color: #808080;
  margin: 0 0 7px;
  display: block;
  display: -webkit-box;
  height: 60px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-navigation .navigation-item-content span {
  color: #e4506d;
  margin: auto 0 0;
}
/* =========== Sidebar ========= */
.search-holder {
  margin: 0 0 32px;
  position: relative;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  background: #fff;
}
.search-holder input {
  font-family: 'MarkMedium', sans-serif;
  background: none;
  border: none;
  line-height: 1;
  border-radius: 5px;
  width: 100%;
  padding: 8px 25px 8px 12px;
  font-size: 12px;
}
.search-holder button {
  background: none;
  font-size: 0;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  border: none;
  width: 33px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.search-holder button:before {
  content: '\f002';
  color: #7f7f7f;
  font-size: 14px;
  font-family: 'FontAwesome';
}
.search-holder button:hover:before {
  color: #333;
}
.title-navbar {
  font-family: 'MarkMedium', sans-serif;
  font-size: 14px;
  line-height: 1.1;
  margin: 0 0 33px;
}
.navbar ul {
  list-style: none;
}
.navbar a {
  text-decoration: none;
  color: #808080;
  transition: all 0.3s ease-out;
}
.navbar a:hover {
  text-decoration: underline;
}
.navbar .nav-item {
  margin: 0 0 20px;
}
.nav-item > a {
  font-family: 'MarkMedium', sans-serif;
  font-size: 14px;
  display: flex;
}
.nav-item a:hover {
  color: #000;
}
.nav-item.active a {
  color: #333;
}
.nav-item.active a:hover {
  color: #000;
}
.nav-item .submenu {
  font-size: 14px;
  padding: 5px 0 0;
}
.nav-item .submenu li {
  margin: 0 0 6px;
  position: relative;
  padding: 0 0 0 15px;
}
.nav-item .submenu li:last-child {
  margin: 0;
}
.nav-item .submenu .active {
  font-family: 'MarkMedium';
}
.nav-item .submenu a:hover {
  text-decoration: underline;
}
.chLevel-1 > a:hover {
  text-decoration: none;
}
.nav-item.active > a , .chLevel-2.active > a {
  font-family: 'MarkBold', sans-serif;
}
.nav-item.active > a:after {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 11px;
  margin: 0 0 0 7px;
  align-self: center;
}

.submenu-2, .submenu-3, .submenu-4 {
  display: none;
  font-size: 14px;
  padding: 5px 0 0;
}

.submenu-2 ul li{
  margin: 0 0 6px;
  position: relative;
  padding: 0 0 0 15px;
}

.nav-item.active > .submenu-2{
  display: block;
}

/* ============= Main Content ============= */
.title-block {
  font-family: 'MarkMedium', sans-serif;
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 1.1;
  color: #eb4f6f;
}
.subtitle-block {
  font-family: 'MarkMedium', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 15px;
  color: #eb4f6f;
}
h4.subtitle-block {
  font-size: 15px;
}
.title-paragraph {
  font-size: 13px;
  font-family: 'MarkBoldItalic', sans-serif;
  line-height: 1.1;
  margin: 0 0 16px;
}
.list {
  margin: 0 0 13px;
}
.list li {
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 0 1px;
}
.list li:before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  top: 9px;
  left: 8px;
}
.list-a {
  list-style: lower-alpha;
  padding: 0 0 0 15px;
}
.page-navigation {
  padding: 25px 0 0 0;
  position: relative;
  font-size: 16px;
  font-family: 'MarkMedium', sans-serif;
}

.page-navigation li {
  margin: 0 0 17px;
}
.page-navigation a {
  color: #808080;
  text-decoration: none;
}
.page-navigation a:hover {
  text-decoration: underline;
  color: #333;
}
.table-holder {
  border: 1px solid #d9d9d9;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 13px;
  position: relative;
}
.table-holder .row-holder {
  border-bottom: 1px solid #d9d9d9;
  padding: 3px 6px;
}
.table-holder .column-holder {
  border-right: 1px solid #d9d9d9;
}
.table-holder .row-holder:last-child,
.table-holder .column-holder:last-child {
  border: none;
}
.table-image-holder img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.w50 {
  width: 50%;
}
.image-holder {
  margin: 0 0 13px;
  padding: 6px;
  border: 1px solid #d9d9d9;
  background: #fff;
}
.image-holder img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.list-contents-holder {
  padding: 16px 18px;
  background: #f7f7f7;
  border-left: 3px solid #ccc;
}
.list-contents-holder ul {
  font-family: 'MarkBold', sans-serif;
}
.list-contents-holder ul li {
  margin: 0 0 13px;
}
.list-contents-holder ul li:last-child {
  margin: 0;
}
.list-contents-holder ul li a {
  text-decoration: none;
}
.list-contents-holder ul li a:hover {
  text-decoration: underline;
}
.mark-block {
  border: 1px solid #f39633;
  padding: 3px 6px 2px;
  margin: 0 0 13px;
}
.mark-block.important-message {
  border-color: #f3a0b1;
}
.mark-block p:last-child {
  margin: 0;
}
.mark-block .important-icon,
.mark-block .note-icon,
.mark-block .example-icon {
  display: inline-block;
  margin: 0 6px 0 0;
}
.mark-block .example-icon:before {
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 9px;
  color: #f39633;
}
.mark-block .note-icon:before {
  content: '2';
  font-family: 'SafetySymbols';
  font-size: 11px;
  color: #f39633;
}
.mark-block .important-icon:before {
  content: '6';
  font-family: 'SafetySymbols';
  font-size: 11px;
  color: #eb4f6f;
}
.dropdown-box {
  border: 1px solid #d9d9d9;
  margin: 13px 0;
  display: none;
}
.dropdown-box .header-dropdown-box {
  background: #e3e3e3;
  display: flex;
  justify-content: space-between;
  padding: 6px 7px 5px;
  border-bottom: 1px solid #d9d9d9;
  align-items: center;
}
.dropdown-box .header-dropdown-box h6 {
  font-family: 'MarkBold', sans-serif;
  line-height: 1;
}
.dropdown-box .header-dropdown-box .button-close {
  background: #e6224a;
  width: 14px;
  height: 14px;
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.dropdown-box .header-dropdown-box .button-close:hover {
  background: #b71435;
}
.dropdown-box .header-dropdown-box .button-close:before,
.dropdown-box .header-dropdown-box .button-close:after {
  content: '';
  width: 2px;
  height: 11px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}
.dropdown-box .header-dropdown-box .button-close:before {
  transform: rotate(45deg);
}
.dropdown-box .header-dropdown-box .button-close:after {
  transform: rotate(-45deg);
}
.dropdown-box .main-dropdown-box {
  background: #f8f8f8;
  padding: 3px 6px;
  line-height: 1.4;
}
/* ============== Footer ========== */
.footer {
  background: #565655;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-size: 14px;
  padding: 18px 0;
  margin: 26px 0 0;
}
.footer p {
  margin: 0;
}
.overlay-page {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.overlay-page.active {
  overflow: visible;
  opacity: 1;
  pointer-events: auto;
}
.m0 {
  margin: 0;
}
.m10 {
  margin-bottom: 10px;
}



/* Custom */

#search-results {
  display: none;
  border: none;
  height: 90%;
}

#search-results.active {
  display: block;
}

#search-results .description-block {
  overflow: hidden;
  border: none;
  padding: 0;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 10px;
}

#search-results .description-block .ltb-container {
  font-size: 10px;
  margin: 0;
}

#search-results > div {
  padding: 5px 31px 10px;
  min-height: 85px;
}

#search-results > div > a {
  text-decoration: underline;
}

.per-chapter {
  display: none;
}

.per-chapter.active {
  display: block;
}

.description-block {
  display: none;
  margin: 0 0 34px;
}

.description-block.active {
  display: block;
}

#search-results ul.result-path {
  display: inline-flex;
  list-style: none;
  font-size: 9px;
  margin: 0 0 15px 0;
  width: 100%;
}

#search-results ul.result-path li {
  color: #006699;
}

#search-results ul.result-path li span {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  margin: 0 4px 0 0;
}

#search-results ul.result-path li:last-child:after {
  display: none;
}

#search-results ul.result-path li:first-child:after {
  display: inline-block;
}

#homepage,
#explorer {
  display: none;
}

#homepage.active {
  display: block;
  min-height: calc(100vh - 174px);
}

#explorer.active {
  display: block;
  min-height: calc(100vh - 219px);
}

#pagin {
  padding: 5px 0 10px 31px;
}

#pagin li {
  margin: 5px 1px 5px 1px;
}

#pagin li.disabled {
  cursor: not-allowed;
}

#pagin li.disabled span {
  cursor: not-allowed;
}

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

form {
    display: inherit;
    width: 100%;
}

.highlight {
    background: yellow !important;
}

.ltb-container {
    overflow-wrap: break-word;
    margin: 0 0 12px;
}

.td-block .ltb-container {
    margin: 0 0 12px;
}

.td-block .ltb-container.ul_1 {
  margin: 0;
}

.td-block .ltb-container:last-child {
  margin: 0;
}

.subtitle_2 {
    font: 16px/1 'MarkMedium', sans-serif;
    margin: 0 0 17px;
    color: #808080;
}

.subtitle_2 .hyperlink {
  font: 16px/1 'MarkMedium', sans-serif;
  margin: 0 0 17px;
  color: #808080;
  text-decoration: none;
}

.subtitle_2 .hyperlink:hover {
    text-decoration: underline;
    color: #333;
}

.subtitle_2:hover {
    text-decoration: underline;
    color: #333;
}

.chapter_1,
.chapter_1_continue {
    font-family: 'MarkMedium', sans-serif;
    font-size: 30px;
    margin: 0 0 20px;
    line-height: 1.1;
    color: #eb4f6f;
}

.chapter_1_1,
.chapter_1_1_continue {
    font-family: 'MarkMedium', sans-serif;
    font-size: 20px;
    line-height: 1.1;
    margin: 0 0 15px;
    color: #eb4f6f;
}

.chapter_1_1_1,
.chapter_1_1_1_continue {
  font-family: 'MarkMedium', sans-serif;
  font-size: 20px;
  line-height: 1.1;
  margin: 26px 0 15px;
  color: #eb4f6f;
  border-top: 1px solid #b4b4b4;
  padding-top: 13px;
}


.chapter_1_1_1_1,
.chapter_1_1_1_1_continue {
  font-family: 'MarkBoldItalic', sans-serif;
  font-size: 13px;
  line-height: 1.1;
  margin: 0 0 16px;
  color: #333333;
}

.body_1_VarA {
    font: 16px/1 'MarkLight', sans-serif;
    color: #333333;
}

.body_3_VarA {
  font-family: 'MarkBold', sans-serif;
  line-height: 1;
}

.body_4 {
  font-family: 'MarkLightItalic', sans-serif;
  font-size: 13px;
  color: #333333;
}

.body_5 {
  font-size: 16px;
  margin: 0 0 22px;
  /*color: #808080;*/
  font-family: 'MarkMedium', sans-serif;
}

.body_5_VarA {
  font-size: 13px;
  line-height: 1.4;
  font-family: 'MarkMedium', sans-serif;
  margin: 0 0 14px;
}

.body_6{
  padding-left: 10px !important;
}

.body_6_VarA {
  text-align: center;
}

.body_7 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.body_7_VarA {
  background: #fff;
  border: 1px solid #d9d9d9;
}

.body_7_VarA img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 6px;
  background: #fff;
}

.body_9 .inner-content {
  display: none;
}

.body_10 {
  margin: 0 0 13px !important;
}

.warning_1 {
  border: 1px solid #f3a0b1;
  padding: 3px 6px 2px;
  margin: 0 0 13px;
  /*display : flex;*/
}

.warning_1 .parent-tag::before {
  display: inline-block;
  content: '6';
  font-family: 'SafetySymbols';
  font-size: 11px;
  color: #eb4f6f;
  margin: 0 6px 0 0;
  /*min-width : 12px;*/
  position: relative;
  bottom: 2px;
}

.warning_2 {
  border: 1px solid #f39633;
  padding: 3px 6px 2px;
  margin: 0 0 13px;
  /*display : flex;*/
}

.warning_2 .parent-tag::before {
  display: inline-block;
  content: '\f054';
  font-family: 'FontAwesome';
  font-size: 9px;
  color: #f39633;
  margin: 0 6px 0 0;
  /*min-width : 12px;*/
  position: relative;
  bottom: 2px;
}

.warning_4 {
  border: 1px solid #f39633;
  padding: 3px 6px 2px;
  margin: 0 0 13px;
  /*display : flex;*/
}

.warning_4 .parent-tag::before {
  display: inline-block;
  content: '2';
  font-family: 'SafetySymbols';
  font-size: 11px;
  color: #f39633;
  margin: 0 6px 0 0;
  /*min-width : 12px;*/
  position: relative;
  bottom: 2px;
}

.ul_1 .parent-tag::before, .ul_1_VarA .parent-tag::before, .ul_2 .parent-tag::before
/* .ul_1 .inner-content::before, .ul_1_VarA .inner-content::before, .ul_2 .inner-content::before */ {
    font-family: initial;
    content: "•";
    padding: 0 8px 0 0;
    display: inline-block;
}

.ul_1 .inner-content img, .ul_1_VarA .inner-content img, .ul_2 .inner-content img {
  vertical-align: middle;
}

.ul_1 .inner-content img, .ul_1_VarA .inner-content img {
  max-height: 16px;
  width: auto !important;
}

.ul_2 .inner-content img {
  max-height: 19px;
  width: auto !important;
}


.ul_1, .ul_1_VarA, .ul_2/*, .ul_3, .ul_4, .ol_1, .ol_2, .ol_3, .ol_4, .ol_5, .ol_6, .ol_7, .ol_1_continue, .ol_2_continue, .ol_3_continue, .ol_4_continue, .ol_5_continue, .ol_6_continue, .ol_7_continue, .warning_1, .warning_1_VarA, .warning_2_VarA, .warning_3_VarA, .warning_4_VarA, .warning_2, .warning_3, .warning_4*/ {
  display: flex;
  margin: 0;
}

.ul_1_VarA, .ul_2 {
  position: relative;
  /*padding: 0 0 0 20px;*/
  margin: 0 0 1px;
  font-size: 13px;
  font-family: 'MarkMedium', sans-serif;
}

.ul_2 {
  font-size: 16px;
}

filled-circle {
    font-family: 'SF-Pro-Display-Semibold';
    line-height: 1;
    color: #eb7025;
}

mark {
    color: #000;
}

b {
    /*font: 13px/1 'MarkBold', sans-serif;*/
    font-family: 'MarkBold', sans-serif;    
    color: #333333;
}

i {
    font: 13px/1 'MarkLightItalic', sans-serif;
    color: #333333;
}

u {
    font: 13px/1 'MarkLight', sans-serif;
    color: #333333;
}

.per-language,
.per-language-homepage {
  display: none !important;
}

.per-language-homepage.active {
  display: flex !important;
}

.per-language.ng-show {
  display: block !important;
  max-width: 700px;
}

sub {
    vertical-align: sub;
    font-size: 75%;
    color: #444444;
}

sup {
    vertical-align: super;
    font-size: 75%;
    color: #444444;
}

.caption {
    display: inline !important;
}

.hyperlink{
    /*font: 13px/1 'MarkLight', sans-serif;
    color: #333333;
    text-decoration: underline;*/
}

.table_style_1_container {
  margin: 0 0 12px;
}

.table_style_1 {
  width: 100%;
}

.table_style_1 td {
  vertical-align: top;
  border: 1px solid #d9d9d9;
  /*padding: 3px 6px;*/
  padding: 5px;
}

.table_style_3_container {
  border: 1px solid #d9d9d9;
  margin: 13px 0;
  display: none;
}

.table_style_3_container.active {
  display: block;
}

.table_style_3 {
  background: red;
  width: 100%;
  position: relative;
}

.table_style_3 tr{
  background: #f8f8f8;
}

.table_style_3 td{
  padding: 3px 6px;
  line-height: 1.4;
}

.table_style_3 tr:nth-child(1){
  background: #e3e3e3;
  border-bottom: 1px solid #d9d9d9;
}

.table_style_3 tr:nth-child(1) td{
  background: #e3e3e3;
  padding: 6px 7px 5px;
  border-bottom: 1px solid #d9d9d9;
}

/*Special agreement for cross icon in dropdown*/
.table_style_3 tr:nth-child(1) td:nth-child(1) .body_3_VarA .parent-tag {
  background: #e6224a;
  width: 14px;
  height: 13px;
  font-size: 0;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 7px;
}

.table_style_3 tr:nth-child(1) td:nth-child(1) .body_3_VarA .parent-tag::before, 
.table_style_3 tr:nth-child(1) td:nth-child(1) .body_3_VarA .parent-tag::after {
  content: '';
  width: 2px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center;
}

.table_style_3 tr:nth-child(1) td:nth-child(1) .body_3_VarA .parent-tag::before {
  transform: rotate(45deg);
}

.table_style_3 tr:nth-child(1) td:nth-child(1) .body_3_VarA .parent-tag::after {
  transform: rotate(-45deg);
}
/**/

.table_style_2_container {
  margin: 22px 0 0;
}

.table_style_2 {
  position: relative;
  margin: 0 0 12px;
}

.table_style_2 tbody {
  padding-top: 25px;
  display: block;
}

.table_style_2::before {
  content: '';
  top: 0;
  left: 0;
  width: 56px;
  height: 4px;
  position: absolute;
  background: rgb(230, 36, 74);
  background: -moz-linear-gradient( left, rgba(230, 36, 74, 1) 0%, rgba(240, 125, 0, 1) 100% );
  background: -webkit-linear-gradient( left, rgba(230, 36, 74, 1) 0%, rgba(240, 125, 0, 1) 100% );
  background: linear-gradient( to right, rgba(230, 36, 74, 1) 0%, rgba(240, 125, 0, 1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6244a', endColorstr='#f07d00',GradientType=1 );
  margin-top: ;
}

.table_style_4_container {
  padding: 16px 18px;
  background: #f7f7f7;
  border-left: 3px solid #ccc;
  font-family: 'MarkBold', sans-serif;
}

.table_style_4 .hyperlink {
  font-family: 'MarkBold', sans-serif;
  text-decoration: none;
}

.table_style_4 .hyperlink::hover {
  text-decoration: underline;
  color: #333333;
}

.table_style_4_container {
  font-family: 'MarkLight', sans-serif;
}


red {
  font-weight: 400;
  font-family: 'MarkBold', sans-serif;
  text-decoration: underline;
  color: #eb4f6f;
}

red:hover {
  color: #333;
}

/*Image enlarge function*/
#lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

#lightbox:hover #close-button {
  display: block;
  color: #ccc;
}

#close-button {
  display: none;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
  font-size: 18px;
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 48px;
  margin: 0;
  padding: 9px;
  transition: color 0.2s;
  visibility: inherit;
  width: 48px;
  font-weight: bold;
  text-align: center;
}

#close-button:hover {
  color: #fff;
}

#lightbox-content {
  top: 15px;
  width: calc(100% - 60px);
  max-height: calc(100vh - 90px);
  position: relative;
  height: 100%;
  margin: 30px;
}

#lightbox-content img {
  background: #fff;
  width: auto !important;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  max-width: 100%;
}

.clickable-image {
  cursor: pointer;
}

/* ============= Responsive ========= */
@media (max-width: 880px) {
  /* ========== Header ========= */
  .mobile-menu-button {
    display: block;
    margin: 0 20px 0 0;
    cursor: pointer;
  }
  .mobile-menu-button:before,
  .mobile-menu-button:after {
    content: '';
  }
  .mobile-menu-button:before,
  .mobile-menu-button:after,
  .mobile-menu-button span {
    display: block;
    height: 4px;
    background: #333;
    border-radius: 5px;
    width: 25px;
  }
  .mobile-menu-button span {
    margin: 4px 0;
  }
  /* ========= Sidebar ========= */
  .sidebar {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    position: fixed;
    background: #f8f8f8;
    border-right: 1px solid #f8f8f8;
    width: 280px;
    top: 0;
    left: 0;
    padding: 60px 20px 30px;
    max-height: 100%;
    height: 100%;
    overflow: auto;
    z-index: 3;
  }
  .sidebar.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .sidebar .close-button {
    display: block;
    position: absolute;
    top: 16px;
    right: 26px;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .sidebar .close-button:before,
  .sidebar .close-button:after {
    content: '';
    width: 2px;
    height: 26px;
    background: #808080;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .sidebar .close-button:before {
    transform: rotate(-45deg);
    transform-origin: 100% 0;
  }
  .sidebar .close-button:after {
    transform: rotate(45deg);
    transform-origin: 100% 0;
    right: 0px;
    left: auto;
    top: 1px;
  }
  .sidebar-content {
    position: static !important;
  }
  .main-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top-menu-holder {
    font-size: 13px;
  }
  .language-holder {
    width: 140px;
  }
  .language-holder select {
    font-size: 12px;
  }
  .wrapper-content {
    padding: 30px;
  }
  .main-navigation {
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
  .main-navigation .navigation-item {
    width: 50%;
    padding: 0 12px 20px;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 25px 0;
  }
  .logo-holder {
    order: -1;
    width: 100%;
    margin: 0 0 20px;
  }
  .header .logo {
    margin: 0 auto;
    max-width: 200px;
  }
}
@media (max-width: 480px) {
  .top-banner-holder .banner-block-search-holder input,
  .top-banner-holder .banner-block-search-holder button {
    font-size: 13px;
    padding: 10px;
  }
  .top-banner-holder .banner-block-search-holder input {
    padding-left: 38px;
  }
  .top-banner-holder .banner-block-search-holder .control:before {
    height: 15px;
    width: 15px;
    font-size: 14px;
    left: 12px;
  }
  .main-navigation {
    margin: 0;
    width: 100%;
    justify-content: center;
  }
  .main-navigation .navigation-item {
    width: 100%;
    padding: 0 0 20px;
  }
}
