@charset "UTF-8";

#fechaMesAnio {
  color: #000;
}

div.stamp-container {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.adv-disclosure-mobile {
  display: none;
}

.adv-disclosure-popup {
  position: fixed;
  top: 25%;
  width: calc(100% - 48px);
  margin: 0 24px;
  display: none;
  padding: 20px;
  font-size: 14px;
  z-index: 101;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.adv-disclosure-popup-close {
  position: absolute;
  top: -16px;
  right: -16px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
}

.adv-disclosure-popup-background {
  background-color: black;
  position: fixed;
  display: none;
  opacity: 0.3;
  z-index: 100;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

div.stamp > img {
  height: 80px;
}

.logo__bar .container a > img {
  width: 214px;
}

.top__bar {
  color: white;
  background-color: var(--black);
  padding: 10px 0px;
  font-size: 9px;
}

.top__bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.top__bar .disclosure__box {
  text-decoration: underline;
  position: relative;
  cursor: pointer;
}

.top__bar .disclosure__box .disclosure {
  position: absolute;
  width: 500px;
  top: 32px;
  right: 0;
  background: #000;
  padding: 20px;
  border-radius: 10px;
  visibility: hidden;
}

.disclosure::before {
  top: -6px;
  right: 60px;
  position: absolute;
  content: "";
  display: block;
  border-top: 15px solid var(--black);
  border-right: 15px solid var(--black);
  border-bottom-color: transparent;
  border-right-color: transparent;
  transform: rotate(45deg);
}

.top__bar .disclosure__box .disclosure.active {
  visibility: visible;
  z-index: 1;
}

.post__subtext > h2 {
  font-size: revert;
  font-weight: revert;
}

div.free-content * {
  font-size: revert;
  font-weight: revert;
  list-style: revert;
  margin: 0;
  padding: revert;
}

div.free-content {
  padding: 0 50px;
}

div.free-content h1 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

div.free-content h2 {
  font-size: 24px;
}

div.free-content p,
div.free-content ol,
div.free-content ul,
div.free-content li {
  font-size: 18px;
  line-height: 32px;
}

div.free-content div.free_content_cta {
  width: 100%;
  padding: 30px 30%;
}
div.free-content div.free_content_cta > a {
  display: flex;
  background: var(--green);
  color: #fff;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 22px;
  justify-content: center;
  gap: 15px;
  border-radius: 4px;
}

.logo__copyright > img {
  width: 214px;
}

/** MEDIA QUERIES */
@media screen and (max-width: 768px) {
  div.stamp-container {
    display: none;
  }

  .top__bar .disclosure__box .disclosure {
    width: 300px;
    right: -85px;
  }

  .top__bar .container {
    justify-content: center;
  }

  .top__bar p:first-of-type {
    display: none;
  }

  .top__bar p:last-of-type span {
    right: -90px;
  }

  .disclosure::before {
    right: 50%;
  }

  div.free-content {
    width: calc(100% - 32px);
    padding: 32px 0;
  }

  div.free-content h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }

  div.free-content h2 {
    font-size: 18px;
  }

  div.free-content p,
  div.free-content li,
  div.free-content ol,
  div.free-content ul {
    font-size: 14px;
    line-height: 26px;
  }

  div.free-content div.free_content_cta {
    padding: 30px;
  }

  div.free-content div.free_content_cta > a {
    font-size: 14px;
  }
}

/** TRADINGVIEW */
.tradingview-widget-container {
  height: 44px !important;
}

.tradingview-widget-container > iframe {
  pointer-events: none !important;
}

.tradingview-widget-copyright {
  display: none !important;
}

/** COMMON */
div.page__title > h1.post-title {
  line-height: 45px;
}

.longcard__wrapper {
  position: relative;
  background: #fff;
  padding: 30px 60px;
  border: 1px solid transparent;
  border-radius: 8px;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 300ms;
  margin-bottom: 24px;
}

.longcard__wrapper:hover {
  border-color: var(--black);
}

.longcard__wrapper .card__each {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}

.longcard__wrapper .card__cta {
  justify-content: start;
  padding-left: 3px;
}

.longcard__wrapper .card__order {
  top: 50%;
}

.longcard__extend > p {
  font-size: 14px;
  margin-bottom: 0;
}

.card__ribbon::after {
  width: 200px;
}

div.card__rating.mobile {
  display: none;
}

.popular__section div.card__each {
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .Stars {
    font-size: 15px;
  }

  .adv-disclosure-mobile {
    display: block;
  }

  .adv-disclosure {
    display: none;
  }

  div.post__date {
    justify-content: center;
  }

  div.page__title > h1.post-title {
    line-height: 35px;
  }

  .top-140 {
    top: 140px;
  }
  .longcard__wrapper:nth-of-type(1) {
    border-color: var(--black);
    border: 1px solid;
  }

  .longcard__wrapper {
    padding: 30px 20px 0 20px;
  }

  .extend__btn {
    font-size: 11px;
    margin: 15px auto;
  }

  .longcard__wrapper .card__each {
    padding-left: 15px;
  }

  .longcard__wrapper .card__deatils h3,
  .longcard__wrapper .card__deatils p {
    display: block;
  }

  .longcard__extend > p {
    font-size: 11px;
  }

  .longcard__extend > p:last-of-type {
    margin-bottom: 16px;
  }

  .longcard__extend > a:last-of-type {
    margin-bottom: 16px;
    margin-top: 0;
  }

  .switch__each {
    line-height: 10px;
  }

  .cards__section {
    padding-top: 5px;
  }

  .card__ribbon {
    top: 7px;
  }
  .card__ribbon::after {
    width: 150px;
  }

  div.card__deatils {
    padding-top: 10px;
  }

  div.card__rating {
    display: none;
  }

  div.card__rating.mobile {
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: center;
    align-items: flex-start;
  }

  div.rating__score {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }

  div.rating__score > p {
    font-size: 24px;
    font-weight: bold;
  }
}

.div-logo p {
  display: flex;
  line-height: 1;
  margin: 0;
  font-size: 26px;
}
.div-logo {
  font-family: "Arial Black", sans-serif; /* жирный, чёткий шрифт без засечек */
  font-weight: 900;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1;
}
.logo-top {
  color: #000000;
}
.logo-top-bottom {
  color: white;
}

.logo-bottom {
  color: #28a745; /* ярко-зелёный, можно заменить на другой по вкусу */
  margin-left: 0.3em;
}
