.breadcrumb {
  font-family: var(--font-second);
  font-size: 15px;
  background-color: var(--brc-bgc, var(--white));
  border: 1px solid var(--brc-border, var(--white));
}
.breadcrumb-wrapper {
  width: 100%;
  max-width: 1460px;
  margin: 20px auto;
  padding-left: 15px;
  padding-right: 15px;
}
.breadcrumb span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumb a,
.breadcrumb_last {
  color: var(--brc-text, var(--text-color-first));
  display: inline-block;
  padding: 10px 0 10px 15px;
}
.breadcrumb a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.breadcrumb a:hover {
  color: #a7a7a7;
}
.breadcrumb a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 5px;
}

html[dir="rtl"] .breadcrumb a,
html[dir="rtl"] .breadcrumb_last {
  padding: 10px 15px 10px 0;
}
html[dir="rtl"] .breadcrumb a::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-right: 5px;
  margin-left: unset;
}

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

.doc-download-icon,
.doc-icon,
.email-icon,
.headset-icon,
.home-first-icon,
.home-second-icon,
.home-third-icon,
.instrument-icon,
.phone-icon,
.skype-icon,
.user-icon {
  width: 16px;
  height: 16px;
}

h3 {
  font-family: var(--font-first);
  font-size: 24px;
  line-height: 28px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.ul-circle {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ul-circle li {
  font-family: var(--font-second);
  line-height: 30px;
  color: currentColor;
  position: relative;
  padding-left: 15px;
  list-style: none;
}
.ul-circle li::before {
  content: "●";
  color: var(--c-first);
  margin-right: 15px;
}
html[dir="rtl"] .ul-circle li {
  padding-left: unset;
  padding-right: 15px;
}
html[dir="rtl"] .ul-circle li::before {
  margin-left: 15px;
  margin-right: auto;
}

/* ----------------- */

.help-card {
  font-family: var(--font-second);
  /* background-image: #3e2c1c; */
  /* background-color: #161b22; */
  /* background-color: #1f2a37; */
  background: linear-gradient(45deg, #1f2a37 0.8%, #25313d 100%);

  background-repeat: no-repeat;
  /* border-radius: 4px; */
  padding: 48px 60px 60px;
  --help-card-bgi: none;
  /* --help-card-bgc: transparent; */
  --help-card-color: var(--text-color-third);
  --help-card-link: var(--link-color-first);
}
.help-card-title {
  font-family: var(--font-second);
  font-size: 18px;
  line-height: 27px;
  color: var(--help-card-color, var(--text-color-second));
  margin-bottom: 30px;
}
.help-card-item {
  margin-bottom: 32px;
  list-style: none;
}
.help-card-item-top {
  display: flex;
  color: #e6edf3;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 10px;
}
.help-card-item a {
  display: block;
  color: var(--help-card-link, var(--link-color-third));
  font-size: 16px;
  font-weight: 300;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  margin-bottom: 10px;
}
.help-card-item a:hover {
  opacity: 0.8;
}
.help-card-item svg {
  fill: #f0f6fc;
  margin-right: 8px;
}
.document-single-section {
  background-image: var(--doc-bgi, none);
  background-color: var(--doc-bgc, var(--bgc-first));
  background-repeat: no-repeat;
  padding-bottom: 80px;
  /* padding-top: 107px; */
}
.document-single-section h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  /* ---- */
  /* color: var(--doc-title, var(--title-color-first)); */
  margin-top: 40px;
  margin-bottom: 60px;
}
.document-single-subtitle {
  font-family: var(--font-second);
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: var(--doc-text, var(--text-color-first));
  margin-bottom: 40px;
}
.document-single-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.document-single-content {
  font-family: var(--font-second);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  /* background-color: #2b3040; */
  background-color: #161b22;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}
.document-single-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 27px;
}
.document-single-content-header h2 {
  font-family: var(--font-second);
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  color: var(--doc-h2, var(--text-color-third));
}
.document-single-content img {
  max-width: 100%;
  height: auto;
}
.document-single-text h3 {
  color: var(--content-title, var(--title-color-first));
}
.document-single-text p {
  color: var(--content-text, var(--text-color-first));
  margin-bottom: 15px;
  font-weight: 300;
}
.document-single-text strong {
  color: var(--content-text, var(--text-color-first));
}
.document-single-text ul {
  font-weight: 300;
  color: var(--content-text, var(--text-color-first));
}
.document-aside {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 450px;
  flex: 0 0 450px;
  padding-right: 60px;
}
.document-aside .nav-items {
  font-family: var(--font-second);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  background-image: var(--nav-bgi, var(--gradient-first));
  /* background-color: #2b3040; */
  background-color: #161b22;
  background-repeat: no-repeat;
  padding: 60px;
}
.document-aside .nav-item {
  font-weight: 300;
  color: #e6edf3;
  padding-bottom: 20px;
  list-style: none;
}
.document-aside .nav-item a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* opacity: 0.8; */
}
.document-aside .nav-item a:hover {
  opacity: 0.8;
}
.button-download {
  background-color: var(--download-btn-bgc, var(--bgc-second));
  border: 1px solid var(--download-btn-border, var(--c-first));
  border-radius: 3px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 34px;
  -webkit-transition: background-color 0.3s ease-in;
  transition: background-color 0.3s ease-in;
}
.button-download:hover {
  background-color: var(--download-btn-bgc-hover, var(--c-first));
}
.button-download:hover svg {
  fill: var(--download-btn-fill-hover, var(--white));
}
.button-download svg {
  width: 18px;
  height: 18px;
  fill: var(--download-btn-fill, var(--c-first));
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.help-card__item a {
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .help-card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .help-card-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
  .document-single-section {
    padding-top: 100px;
  }
  .document-single-content-header h2 {
    font-size: 21px;
  }
}
@media screen and (max-width: 992px) {
  .document-single-container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .document-aside {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding-right: unset;
  }
  .document-aside .nav-items {
    padding: 20px;
  }
  .document-aside .nav-item {
    padding-bottom: 10px;
  }
  .help-card {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .help-card {
    padding: 40px 20px 48px;
    font-size: 16px;
  }
  .help-card-title {
    font-size: 16px;
  }
  .help-card-item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .help-card-content {
    display: block;
  }
}
