@font-face {
  font-family: "Helvetica Neue";
  src: url("/fonts/Helvetica-Neue-Bold-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Segoe UI";
  src: url("/fonts/Segoe-UI.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "Arial";
  src: url("/fonts/Arial-Regular-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Arial";
  src: url("/fonts/Arial-Bold-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Regular-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Bold-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Inter";
  src: url("/fonts/Inter-Black-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.header {
  background: #0066a3;
  padding-block: 16px;
  margin-bottom: 26px;
}

.header-container {
  max-width: 1340px;
  margin: 0 auto;
  padding-inline: 50px;
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

nav a,
.sign-in {
  color: #fff;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  text-decoration: none;
  line-height: 20px;
}

.sign-in {
  display: flex;
  align-items: center;
  gap: 8px;
}

.logo-centered {
  display: none;
}

.header-mob {
  display: none;
}

.header-dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider {
  max-width: 1250px;
  margin: 0 auto 44px auto;
  display: flex;
  position: relative;
  align-items: stretch;
}

.slider-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.card {
  display: flex !important;
  flex-direction: column;
  gap: 4px;
  max-width: 120px;
  width: 100%;
  padding: 10px 18px;
  border-radius: 3px;
  background: #e4f1f9;
  border-left: 3px solid #187a00;
}

.card-title,
.card-profit,
.card-balance {
  color: #000;
  font-family: "Arial";
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.card-profit {
  font-weight: 700;
  color: #187a00;
}

.slider-wrapper {
  max-width: 1040px !important;
  overflow: hidden !important;
}

.swiper-slide {
  width: 100% !important;
}

.swiper-button-prev,
.swiper-button-next {
  max-height: 90px !important;
  height: 100% !important;
  top: 21px !important;
}

.swiper-button-prev {
  left: 112px !important;
}

.swiper-button-next {
  right: 40px !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}

.top-article {
  display: flex;
  gap: 84px;
  align-items: flex-start;
  max-width: 1340px;
  margin: 0 auto;
  padding-left: 50px;
}

.top-article-video {
  max-width: 370px;
  width: 100%;
}

.top-article-video video {
  min-height: 204px;
}

.video-title {
  color: #0066a3;
  font-family: "Inter";
  font-size: 22px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 24px;
}

.top-article-text {
  max-width: 870px;
  width: 100%;
}

.article-cat {
  color: #0066a3;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 18px;
}

.article-title {
  color: #232b39;
  font-family: "Inter";
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 24px;
}

.article-subtitle {
  color: #232b39;
  font-size: 24px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 24px;
}

.article-author {
  color: #232b39;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 8px;
}

.article-published {
  color: #4f4f4f;
  font-family: "Segoe UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 26px;
}

.article-text p {
  color: #373e4b;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 18px;
}

.article-text p:last-of-type {
  margin-bottom: 40px;
}

p.quote {
  padding: 12px 0 12px 14px;
  border-left: 4px solid #0066a3;
}

.article-img img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 16px;
}

.legend {
  display: block;
  color: #4f4f4f;
  text-align: center;
  font-family: "Segoe UI";
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 44px;
}

.article-subtitle-2 {
  color: #232b39;
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 30px;
}

.market-table-container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto 50px auto;
}

.market-table-container .table-title {
  color: #0066a3;
  font-family: "Inter";
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 20px;
}

.market-table-container h2 {
  color: #0066a3;
  font-family: "Arial";
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

th {
  color: #0066a3;
  font-family: "Arial";
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 5px;
  border-bottom: 2px solid #005a87;
}

th:first-child,
td:first-child {
  text-align: left;
}

td {
  padding: 12px 5px;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 700;
  text-align: right;
}

.name-link {
  color: #232b39;
  font-family: "Arial";
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-decoration: underline;
}

.table:first-of-type {
  margin-bottom: 40px;
}

.table:last-of-type {
  margin-bottom: 20px;
}

.pos {
  color: #1a823c;
}
.neg {
  color: #d32f2f;
}

.volume {
  color: #333;
}

.sort-icon::before {
  content: " ▾";
  font-size: 14px;
}

.table-legend {
  color: #686060 !important;
  text-align: right !important;
  display: block;
  font-family: "Arial" !important;
  font-size: 10px !important;
  font-weight: 400 !important;
  line-height: 1px !important;
  text-decoration: none !important;
}

.mob-only {
  display: none;
}

.article-container {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding-left: 50px;
}

.article-container .article-text {
  max-width: 860px;
}

.article-container .article-text p:last-of-type {
  margin-bottom: 50px;
}

.article-subtitle-3 {
  color: #232b39;
  font-family: "Arial";
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.current-price {
  color: #232b39;
  font-family: "Arial";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}

.profit-price {
  margin-bottom: 10px;
}

.profit-price span {
  color: #187a00;
  font-family: "Arial";
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.profit-date,
.profit-date + h6 {
  color: #232b39;
  font-family: "Arial";
  font-size: 10px;
  line-height: 10px;
  margin-bottom: 6px;
}

.profit-date {
  margin-bottom: 6px;
}

.profit-date + h6 {
  margin-bottom: 40px;
}

.profit-img {
  max-width: 600px;
  width: 100%;
  margin-bottom: 60px;
}

.profit-img img {
  width: 100%;
}

.article-wrapper {
  display: flex;
  gap: 26px;
  align-items: center;
  margin-bottom: 54px;
}

.article-left-image {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
}

.article-left-title {
  color: #232b39;
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 16px;
}

.article-left p {
  color: #232b39;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.article-left-image img {
  border-radius: 10px;
}

.article-right-item img {
  margin-bottom: 12px;
  display: block;
}

.article-container .article-text .article-right-item p:last-of-type {
  margin-bottom: 16px;
}

.article-right-title {
  color: #232b39;
  font-family: "Inter";
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}

.article-container .article-text.article-wrapper .article-left p:last-of-type {
  margin-bottom: 0px;
}

.article-right-item p {
  color: #232b39;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.article-wrapper img {
  border-radius: 10px;
}

.article-left-image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #e4f1f9;
  top: -20px;
  left: -20px;
  border-radius: 6px;
  z-index: -1;
}

.benefits li {
  margin-bottom: 18px;
}

.benefits li:last-of-type {
  margin-bottom: 34px;
}

.benefits .article-img {
  margin-bottom: 34px;
}

.content__calculator {
  margin-block: 50px;
}

.calculator-container {
  margin-bottom: 40px;
}

.slider-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.value-bubble {
  position: relative;
  margin-inline: auto;
  color: #fff;
  text-align: center;
  font-family: "Arial";
  font-size: 24px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 4px;
  max-width: 184px;
  background: linear-gradient(180deg, #fd0000 0%, #880101 100%);
  padding: 25px 46px;
  margin-bottom: 16px;

  &::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #b71c1c;
  }
}

input[type="range"] {
  width: 100%;
  appearance: none;
  height: 12px;
  border-radius: 50px;
  background: linear-gradient(90deg, #810000 0%, #f00 100%);
  outline: none;

  &::-webkit-slider-thumb {
    appearance: none;
    width: 24px;
    height: 24px;
    background: #7a1107;
    border: 6px solid #e53935;
    border-radius: 50%;
    cursor: pointer;
  }
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  color: #000;
  color: #000;
  text-align: center;
  font-family: "Arial";
  font-size: 20px;
  line-height: 21px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.result-card {
  border-radius: 5px;
  background: #880101;
  color: #fff;
  padding: 25px 16px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.card-title-profit {
  color: #fff !important;
  text-align: center;
  font-family: "Arial" !important;
  font-size: 18px !important;
  line-height: 21px !important;
  margin-bottom: 10px !important;
}

.divider {
  height: 1px;
  background: rgba(203, 203, 203, 0.4);
  width: 80%;
  margin: 0 auto 25px;
}

.card-value {
  color: #fff !important;
  text-align: center !important;
  font-family: "Arial" !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 21px !important;
  margin-bottom: 0px !important;
}

.btn {
  margin-inline: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 570px;
  width: 100%;
  padding: 15px 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  overflow: hidden;
  border-radius: 6px;
  background: linear-gradient(90deg, #870000 0%, #000098 100%);
  text-decoration: none;
  box-shadow: 0 4px 19px 0 rgba(62, 0, 0, 0.65);
  cursor: pointer;
  transition:
    scale 0.3s,
    transform 0.3s;

  &:hover {
    scale: 1.03;
    transform: translateY(-3px);
  }
}

.results-wrapper {
  max-width: 100% !important;
}

.content__offer {
  display: flex;
  flex-direction: column;
}

.content__offer-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;

  li {
    display: flex;
    padding: 20px 15px;
    align-items: center;
    border-radius: 4px;
    background: linear-gradient(90deg, #650000 0%, #f00 100%);
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 0px;
  }

  li:last-of-type {
    margin-bottom: 24px;
  }
}

.big-mg {
  margin-bottom: 44px !important;
}

.form-wrapper {
  max-width: 730px;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  background: rgba(255, 255, 255, 0);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 74px;
}

.form-wrapper img {
  width: 100%;
  margin-bottom: 22px;
}

.content__comments {
  margin-block: 50px 115px;
}

.content__comments-title {
  margin-bottom: 32px;
}
.content__comments-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 16px;
}

.content__comments-count {
  color: #4b4f56;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.content__comments-sort {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #4b4f56;

  span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
  }

  a {
    display: flex;
    padding: 1px 5px;
    border-radius: 2px;
    border: 1px solid #ccd0d5;
    background: #f5f6f7;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.8;

    &:hover {
      border: 1px solid #4b4f56;
    }
  }
}
.content__comments-form {
  display: flex;
  gap: 12px;

  img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
  }
}

.content__comments-input {
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d3d6db;

  textarea {
    padding: 12px;
    padding-bottom: 30px;
    border: none;
    resize: none;
    color: #4b4f56;

    &::placeholder {
      color: #767676;
      font-size: 16px;
    }
  }
}

.content__comments-post {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  padding: 8px;
  background: #f5f6f7;
  line-height: 1.2;

  a {
    display: flex;
    padding: 5px 10px;
    border-radius: 2px;
    background: #9cb4d8;
    color: #fff;
    font-size: 14px;
    font-weight: 700;

    transition: background 0.3s;

    &:hover {
      background: #4b4f56;
    }
  }
}

.content__comments-checkbox {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #90949c;
  font-size: 12px;
  font-weight: 400;
}

.content__comments-list {
  display: flex;
  max-width: 730px;
  width: 100%;
  flex-direction: column;
  gap: 30px;
  margin-top: 16px;
}

.content__comments-list p {
  margin-bottom: 10px !important;
  font-size: 14px;
}

.content__comments a {
  text-decoration: none;
}

.content__comments-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.content__comments-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;

  h4 {
    color: #365899;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  p {
    color: #4b4f56;
    font-weight: 400;
    line-height: 1.7;
  }
}
.content__comments-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  color: #90949c;

  a {
    color: #4267b2;

    &:hover {
      text-decoration: underline;
    }
  }

  .content__comments-like {
    display: flex;
    gap: 4px;
  }
}
.content__comments-replies {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.content__comments-reply {
  margin-left: 65px;
  padding-left: 12px;
  border-left: 1px dashed #d3d6db;
}

.footer-top {
  border-top: 1px solid #ddd;
  padding-block: 24px;
}

.footer-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.footer-links a {
  color: #232b39;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.footer-bottom {
  background-color: #26292b;
  padding-block: 26px;
}

.footer-container {
  max-width: 1392px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.footer-bottom-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}

.footer-bottom-top img {
  position: absolute;
  left: 0;
}

.footer-bottom span {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  color: #fff;
}

.links-list {
  display: flex;
  justify-content: space-evenly;
}

.links-list div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.links-list div span {
  margin-bottom: 8px;
}

.links-list div a {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: underline;
}

.footer-bottom-links {
  padding-block: 24px;
  border-bottom: 1px solid #4f4f4f;
  border-top: 1px solid #4f4f4f;
}

.footer-logo {
  padding-top: 24px;
  display: flex;
  justify-content: center;
}

.footer-logo img {
  max-width: 110px;
  width: 100%;
}

@media (max-width: 1372px) {
  .header-container {
    padding-inline: 16px;
  }

  .header-dt {
    display: none;
  }

  .header-mob {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .header {
    margin-bottom: 20px;
  }

  .slider-title {
    padding-right: 24px;
  }

  .slider {
    padding-inline: 20px;
    margin: 0 auto 26px auto;
  }

  .slider-title {
    font-size: 16px;
  }

  .swiper-wrapper {
    max-width: 600px !important;
  }

  .swiper-button-prev {
    left: 120px !important;
  }

  .top-article {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-title {
    text-align: center;
  }

  .top-article-video,
  .top-article-video video {
    max-width: 100%;
  }

  .top-article-text {
    max-width: 100%;
  }

  .market-table-container {
    padding-inline: 16px;
  }

  .market-table-container .table-title {
    text-align: center;
  }

  .article-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .article-container .article-text {
    max-width: 100%;
  }

  .article-container .article-text.article-wrapper {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .article-wrapper img {
    max-width: 100%;
    width: 100%;
  }

  .form-wrapper {
    margin-bottom: 50px;
  }

  .footer-links {
    padding-inline: 16px;
    justify-content: flex-start;
  }

  .footer-container {
    padding-inline: 24px;
  }

  .footer-bottom-top img {
    position: relative;
    left: unset;
  }

  .footer-bottom .dt-only {
    display: none;
  }

  .footer-bottom .mob-only {
    display: block;
    text-align: left;
    margin-bottom: 24px;
    text-decoration: none;
  }

  .links-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 24px 24px;
  }
}

@media (max-width: 768px) {
  .header {
    margin-bottom: 16px;
  }

  .slider-title {
    display: none;
  }

  .slider {
    padding-inline: 16px;
  }

  .swiper-button-prev {
    left: 14px !important;
  }

  .card {
    max-width: 50%;
  }

  .slider-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .swiper-button-prev,
  .swiper-button-next {
    top: 22px !important;
  }

  .swiper-button-next {
    right: 16px !important;
  }

  .swiper-wrapper {
    max-width: 288px !important;
  }

  .slider {
    margin: 0 auto 20px auto;
  }

  .article-title {
    font-size: 24px;
  }

  .dt-only {
    display: none;
  }

  .name-link {
    display: none;
  }

  td td:first-child {
    display: none;
  }

  tr td:nth-child(2) {
    text-align: center !important;
  }

  .mob-only {
    display: block;
    color: #232b39;
    font-family: "Arial";
    font-size: 14px;
    font-size: 14px;
    text-decoration: underline;
  }

  .table-legend.mob-only {
    padding-top: 16px;
  }

  .market-table-container {
    margin-bottom: 40px;
  }

  .article-wrapper {
    margin-bottom: 34px;
  }

  .article-left-title {
    font-size: 24px;
    line-height: 24px;
  }

  .results-grid {
    display: flex;
    flex-direction: column;
  }

  .slider-labels {
    font-size: 12px;
    line-height: 21px;
  }

  .form-wrapper {
    margin-bottom: 40px;
  }

  .footer-links {
    justify-content: center;
  }
}
