.bg-white {
  background: #fff;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none;
  font-size: 14px;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb li + li::before {
  content: "";
  display: block;
  margin: 0 5px 0 8px;
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}
.breadcrumb li > * {
  display: block;
  padding: 5px;
}
.breadcrumb li a {
  color: #2997FF;
}
.breadcrumb li a:hover {
  color: #016BD5;
}
.breadcrumb li span {
  opacity: 65%;
}

.art-top h1 {
  font-weight: 600;
  font-size: 28px;
  line-height: 1.2;
}
.art-top .article-descr {
  font-size: 22px;
  font-family: "adobe-aldine", serif;
}
@media (min-width: 992px) {
  .art-top h1 {
    font-size: 48px;
  }
  .art-top .article-descr {
    font-size: 24px;
  }
}

.box-profitinsider {
  padding: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
}
.box-profitinsider strong {
  display: block;
  margin-bottom: 16px;
  font-weight: 600;
  font-size: 17px;
}
.box-profitinsider .btn-join {
  width: 274px;
  height: 86px;
  border-radius: 6px;
  background-image: url(../svg/logo-join-profit-insider.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 234px auto;
  font: 0/0 a;
}

.section .section-title {
  color: #1D1F22;
  font-size: 32px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.section .section-title span {
  font-weight: 300;
}

.article-title {
  color: #1D1F22;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
.article-title:hover {
  color: #6c757d;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.article.article-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.article.article-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.article.article-row .article-thumb {
  width: 204px;
  min-width: 204px;
  max-width: 204px;
}

.article-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
}

.list-articles .article:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .list-articles.horizontal-scroll .article {
    padding-left: 16px;
    padding-right: 16px;
    width: 240px;
    min-width: 240px;
    border-bottom: none !important;
  }
}

.list-articles-border .article:not(:last-child) {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E6E6E6;
}
.custom-sidebar .list-articles-border .article:not(:last-child) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E6E6E6;
}
@media (max-width: 992px) {
  .list-articles-border > div:first-child .article:last-child {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
  }
}

.custom-sidebar .section.border-top {
  border-top-color: #000 !important;
}

.slider-row {
  padding: 0 16px;
}
.slider-row .article {
  width: 300px;
}
.slider-row .slick-dots {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px;
}
.slider-row .slick-dots li button {
  width: 20px;
  height: 5px;
  background: rgba(181, 181, 181, 0.1490196078);
  border: none;
  font: 0/0 a;
  text-indent: -10000;
}
.slider-row .slick-dots .slick-active button {
  background: #016BD5;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .slider-row .article {
    width: 413px;
  }
}

.container-slider.custom-content {
  width: calc(100% - 360px);
  max-width: calc(100% - 360px);
}
.container-slider .top-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
  min-height: 50px;
}
.cross-cec .container-slider .slick-slider .slick-list {
  margin-right: -8px;
}
@media (min-width: 1200px) {
  .container-slider .more-underline {
    margin-right: 230px !important;
  }
}

.card-nl p {
  margin-bottom: 10px;
}
.card-nl .form-control {
  width: 100%;
  height: 50px;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  line-height: 50px;
}

.card-exchange {
  background: transparent;
  font-size: 15px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
.card-exchange .card-body {
  padding: 0;
}
.card-exchange .table td {
  padding-left: 0;
  border: 0;
  background: transparent;
  vertical-align: middle;
}
.card-exchange .table td:nth-of-type(1) {
  width: 33%;
}
.card-exchange .table td:nth-of-type(3), .card-exchange .table td:nth-of-type(4) {
  text-align: right;
}
.card-exchange .table td .down,
.card-exchange .table td .up {
  display: inline-block;
  margin: 0 5px 0 auto;
  padding: 1px 4px;
  border-radius: 5px;
  font-size: 12px;
}
.card-exchange .table td .up {
  background: #00D959;
}
.card-exchange .table td .down {
  background: #FE3B10;
  color: #fff;
}
.card-exchange .table td:last-child {
  padding-right: 0;
}
.card-exchange .table td b {
  margin-right: 5px;
}
.card-exchange .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 28px;
  height: 18px;
  background: url(../imgs/flags-new.png) no-repeat;
  text-indent: -10000px;
}
.card-exchange .flag.flag-eur {
  background-position: 0 0;
}
.card-exchange .flag.flag-usd {
  background-position: -35px 0;
}
.card-exchange .flag.flag-chf {
  background-position: -70px 0;
}
.card-exchange .flag.flag-gbp {
  background-position: -104px 0;
}
.card-exchange .logo-cursvalutar {
  display: inline-block;
  width: 107px;
  height: 18px;
  background: url(../imgs/logo-cusvalutar.png) no-repeat 0 2px;
  text-indent: -10000px;
}
.card-exchange form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 7px;
  width: 100%;
  height: 53px;
  background: #fff;
  border-radius: 6px;
}
.card-exchange form .form-control {
  background: transparent;
  border: none;
}
.card-exchange form select.form-control {
  width: 60px;
  font-size: 18px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
}
.card-exchange form input.form-control {
  font-size: 16px;
  text-align: right;
}
.card-exchange .reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: -10px 0;
  width: 32px;
  height: 32px;
  background: #016BD5;
  border-radius: 50%;
  cursor: pointer;
}

.box-promote .btn-events {
  margin-bottom: 34px;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  height: 53px;
  background: #2997FF;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 53px;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.box-promote .btn-events b {
  font-weight: 600;
}

.list-order .article::before {
  content: attr(art-number);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 28px;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #016BD5;
  color: #fff;
}
@media (min-width: 768px) {
  .list-order .article::before {
    margin-right: 24px;
  }
}

.art-author {
  display: block;
}
.art-author a {
  color: #1D1F22;
}

.art-content {
  margin-bottom: 36px;
}
.art-content > * {
  margin-bottom: 12px;
}

.list-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-tags li {
  margin: 0 8px 8px 0;
}
.list-tags a {
  display: inline-block;
  padding: 0 16px;
  background: #F4F4F4;
  border-radius: 30px;
  color: #1D1F22;
  line-height: 40px;
}
.list-tags a:hover {
  background: #dbdbdb;
}

.art-meta .list-icons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  width: 38px;
  height: 38px;
  background: #F4F4F4;
  border-radius: 30px;
}
.art-meta .list-icons a svg {
  fill: #1D1F22;
}

.author .ratio {
  width: 60px;
}

.art-categ {
  color: #016BD5;
  font: 600 14px suisse-cond, Arial, Helvetica, sans-serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.art-sidebar .bg-gray {
  padding: 12px 14px;
}

.switch-nl {
  --duration: 220ms;
  display: inline-grid;
  grid-auto-flow: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.switch-nl input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.switch-nl input:checked + .slider {
  background: #016BD5;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.switch-nl input:checked + .slider::before {
  -webkit-transform: translateY(-50%) translateX(2px);
          transform: translateY(-50%) translateX(2px);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.28);
  opacity: 0;
}
.switch-nl input:checked + .slider::after {
  content: "";
  right: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
}
.switch-nl input:focus-visible + .slider {
  outline: 4px solid rgba(52, 199, 89, 0.18);
  outline-offset: 4px;
}
.switch-nl .slider {
  width: 32px;
  height: 20px;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 30px;
  position: relative;
  display: inline-block;
  -webkit-transition: background var(--duration), -webkit-box-shadow var(--duration);
  transition: background var(--duration), -webkit-box-shadow var(--duration);
  transition: background var(--duration), box-shadow var(--duration);
  transition: background var(--duration), box-shadow var(--duration), -webkit-box-shadow var(--duration);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 1px var(--border);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 0 1px var(--border);
}
.switch-nl .slider::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #1D1F22;
  position: absolute;
  top: 50%;
  left: 2px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform var(--duration) cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-box-shadow var(--duration);
  transition: -webkit-transform var(--duration) cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-box-shadow var(--duration);
  transition: transform var(--duration) cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow var(--duration);
  transition: transform var(--duration) cubic-bezier(0.2, 0.9, 0.2, 1), box-shadow var(--duration), -webkit-transform var(--duration) cubic-bezier(0.2, 0.9, 0.2, 1), -webkit-box-shadow var(--duration);
}
.switch-nl .slider::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #016BD5;
  font-size: 12px;
  font-weight: 600;
  pointer-events: none;
  -webkit-transition: opacity var(--duration);
  transition: opacity var(--duration);
}
.switch-nl .label-text {
  font-size: 15px;
  color: #222;
  font-weight: 500;
}

.radius-1 {
  border-radius: 4px;
}

.change-font {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
}
.change-font .btn {
  display: block;
  padding: 0;
  width: 38px;
  height: 38px;
  font-weight: 600;
  font-family: suisse-cond, Arial, Helvetica, sans-serif;
}
.change-font .btn.active {
  background: #016BD5;
  border-radius: 50%;
  color: #fff;
}
.change-font .btn-default {
  font-size: 14px;
}
.change-font .btn-big {
  font-size: 18px;
}
.change-font .btn-bigger {
  font-size: 24px;
}

.art-img {
  margin-bottom: 30px;
  width: 100%;
}
.art-img img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}