body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.container {
    max-width: 1200px;
}

.main{
  margin: 0px 40px;
}
.navbar {
    background-color: #0066a3;
    font-family: Inter;
    font-size: 16px;
}

.navbar a {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    color: #fff;
    line-height: 3;
}

.alert{
  border-radius: 0px;
}

.b-alert-bar {
    background-color: #c80000;
    padding: 10px 0;
}

.b-alert-bar h5 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  line-height: 2.2;
}

.ads-container {
  padding: 20px 20px;
  background-color: #f8f9fa;
}

.ads-container img {
  width: 100%;
}

.ads-label {
  font-family: system, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 10px;
  color: #6e6e6e;
  font-style: normal;
  line-height: 3;
}

.crypto-header {
  background-color: #f8f9fa;
  padding: 20px 0;
  border-bottom: 1px solid #dee2e6;
}

.crypto-price {
  font-size: 2.5rem;
  font-weight: bold;
}

.price-change {
  font-size: 1.2rem;
}

.price-change.negative {
  color: #dc3545;
}

.chart-container {
  height: 400px;
  background-color: #f8f9fa;
  margin: 20px 0;
}

.news-section {
  margin-top: -160px
}

.video-section {
  margin-top: -160px
}

.news-section .card {
  border-radius: 0;
  height: auto;
}


.subtitle-news {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  color: #0066a3;
}

.title-news {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-size: 42px
}

.market-data {
  font-size: 0.9rem;
}

.img-news {
  -webkit-box-shadow: -26px -26px 0px 0px rgba(228, 241, 249, 1);
  -moz-box-shadow: -26px -26px 0px 0px rgba(228, 241, 249, 1);
  box-shadow: -26px -26px 0px 0px rgba(228, 241, 249, 1);
}

.offcanvas {
  background-color: #fff;
}

.btn-primary {
  background-color: transparent;
  border: none;
}

.title-grid-news {
  position: relative;
  top: 0px;
  left: -30px;
  margin-top: 20px;
  padding: 20px;
  width: 400px;
  height: 200px;
  background-color: #e4f1f9
}

.title-grid-news h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #232b39;
}

.title-grid-news a:hover {
  text-decoration: underline;
}

.title-grid-videos {
  position: relative;
  top: 0px;
  left: -30px;
  margin-top: 20px;
  padding: 20px;
  width: 400px;
  height: 200px;
  background-color: #e4f1f9
}

.title-grid-videos h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #232b39;
}

.card-title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.news-section .card {
  border: none;
  border-radius: 0;
}

.img-video {
  position: relative;
}

.title-right-column {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 22px;
  font-style: normal;
  color: #0066a3;
}

.card-news-right {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  color: #232b39;
}

.video-icon {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  z-index: 100;
}

.right-banner{
  z-index: 1010;
}

.news-date {
  font-size: 10px;
  font-family: "Inter", sans-serif;
}

.footer {
  background-color: #26292b;
  padding: 20px 0;
  color: #fff;
}

.border-footer {
  border-bottom: 1px solid #4f4f4f;
}

.logo-footer {
  width: 100px;
  padding: 20px 0;
}

.footer a {
  color: #fff;
}

.footer-nav-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-style: normal;
  color: #fff;
}

.copyright {
  font-size: 12px;
  font-weight: 700;

}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: none;
  box-shadow: none;
}

.social-icon {
  position: fixed;
  left: 0;
  top: 200px;
  background-color: #0066a3;
  padding: 12px 14px;
}

/* .social-icon svg {
  margin: 8px;
} */

.sticky-top {
  z-index: 1020;
}

/* Добавляем отступ сверху для баннера, чтобы он не прилипал к самому верху */
.sticky-top img {
  margin-top: 20px;
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

 }

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .social-icon{
      display: none;
    }
 }

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .social-icon{
      display: none;
    }
 }

/* // X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .container{
      max-width: 1140px;
    }
 }

/* // XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 

 }