html {
  font-family: "Manrope", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: max(8px, 0.45vw);
  overflow-x: hidden;
  color: #010302;
  background-color: #ffffff;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

body.show_menu {
  position: fixed;
  overflow-y: hidden;
  width: 100vw;
}

svg {
  shape-rendering: geometricPrecision;
}

.container {
  max-width: 168rem;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}
.container._small {
  max-width: 145rem;
}

.disclaimer {
  font-family: "Brygada 1918";
  font-size: max(16px, 1.8em);
  color: #010302;
  margin: 3em auto;
  font-weight: 400;
  max-width: 100rem;
  text-align: center;
  line-height: 1.35;
}

._title_wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  margin: auto;
}
._title_wrapper h2 {
  font-size: 6em;
  font-weight: 700;
  line-height: 1.2;
  color: #010302;
  text-align: center;
  margin: auto;
}
._title_wrapper .header_desc {
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.4;
  max-width: 100rem;
  text-align: center;
  margin: auto;
}
._title_wrapper .header_desc strong {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
li,
ul,
ol,
a {
  margin: 0;
  padding: 0;
  font-family: inherit;
  text-decoration: none;
}
h1 p,
h2 p,
h3 p,
h4 p,
h5 p,
h6 p,
p p,
span p,
li p,
ul p,
ol p,
a p {
  font-size: 1em !important;
  font-weight: inherit !important;
  color: inherit !important;
}

.btn {
  font-size: max(16px, 1.6em);
  font-weight: 700;
  padding: 0.4em 2.2em;
  border: solid 2px #010302;
  text-align: center;
  /* border-top: none;
  border-bottom: none;*/
  cursor: pointer;
  color: #010302;
  transition: background 0.6s, box-shadow 0.6s;
}
.btn:hover {
  background-color: #010302;
  color: #ffffff;
}

#faq {
  padding-bottom: 10rem;
}

#home_banner {
  overflow: hidden;
}
#home_banner .btn {
  font-size: 3em;
  border: none;
  background-color: #9e701b;
  color: #ffffff;
  display: flex;
}
#home_banner .btn:hover {
  background-color: #332D22;
  color: #ffffff;
}
#home_banner ._sec {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home_banner .layout {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  min-height: 97rem;
  padding-top: 6em;
}
#home_banner .layout ._left {
  width: 50%;
  font-size: 1rem;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 3em;
}
#home_banner .layout ._left h1 {
  font-size: 13.5em;
  font-weight: 700;
  line-height: 1;
  color: #010302;
}
#home_banner .layout ._left ._sec .desc {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin-bottom: 2em;
}
#home_banner .layout ._left ._sec .desc strong {
  font-weight: 700;
}
#home_banner .layout ._right {
  position: absolute;
  width: 115.2rem;
  height: 84.096rem;
  right: -19rem;
}
#home_banner .layout ._right ._icon {
  position: relative;
  top: 0.2em;
}
#home_banner .layout ._right img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

#comment {
  position: absolute;
  top: 0;
  left: 41%;
  display: flex;
  align-items: center;
  gap: 2em;
  font-size: 1rem;
}
#comment::before {
  content: " ";
  border: solid 4px #9e701b;
  width: 24.768rem;
  height: 32.256rem;
  box-shadow: rgba(0, 0, 0, 0.91) 1em 1em 4em -2em;
}
#comment #comment_link {
  cursor: pointer;
  font-size: 2.4em;
  font-weight: 700;
  color: #010302;
  margin-bottom: 3em;
  font-family: "Brygada 1918";
  width: 40%;
  line-height: 1.15;
  transition: color 0.3s;
}
#comment #comment_link span {
  font-size: 1em;
  color: #9e701b;
  font-weight: 700;
}
#comment #comment_link:hover {
  color: #9e701b;
}

body.show_weekly #weekly_comment {
  transform: translateX(0);
}

#weekly_comment {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(95rem);
  height: 100vh;
  width: 100vw;
  max-width: 90rem;
  font-size: 1em;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.25) -1em 0em 5em -2em;
  z-index: 1000;
  overflow-y: auto;
  transition: transform 0.6s ease-out;
  padding: 3em;
}
#weekly_comment ._top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4em;
}
#weekly_comment ._top .number {
  color: #9e701b;
  font-size: 2em;
  font-family: "Brygada 1918";
  font-weight: 400;
}
#weekly_comment ._top ._icon {
  color: #010302;
  font-size: 2.6em;
  cursor: pointer;
  transition: color 0.3s;
}
#weekly_comment ._top ._icon:hover {
  color: #9e701b;
}
#weekly_comment ._layout {
  padding: 4em;
  border: solid 2px #9e701b;
}
#weekly_comment h2 {
  font-size: max(36px, 3.6em);
  font-weight: 600;
  margin-bottom: 0.6em;
}
#weekly_comment ._intro {
  font-size: max(24px, 2.4em);
  font-family: "Brygada 1918";
  font-weight: 400;
  font-style: italic;
  margin-bottom: 1.6em;
  line-height: 1.2;
}
#weekly_comment ._main {
  font-size: max(18px, 2em);
  display: flex;
  flex-direction: column;
  gap: 0.6em;
  line-height: 1.4;
}

.tradingview-widget-copyright a:visited .blue-text {
  color: #010302 !important;
}

#main_article {
  padding: 8em 0;
  padding-bottom: 4em;
}
#main_article ._title_wrapper {
  margin-bottom: 4em;
}
#main_article ._title_wrapper h2 {
  color: #010302;
}
#main_article ._title {
  color: #ffffff;
  font-size: 3em;
  font-weight: 700;
  letter-spacing: normal;
  padding: 0.3em 0;
  border-bottom: solid 2px #ffffff;
  margin-bottom: 0.31em;
}
#main_article .wrapper {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  height: 65rem;
  font-size: 1rem;
}
#main_article .wrapper::before {
  content: "";
  width: 100%;
  position: relative;
  background: linear-gradient(181.45deg, #fff, #171717);
  height: inherit;
  mix-blend-mode: multiply;
  z-index: 1;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 10;
}
#main_article ._data {
  z-index: 1;
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2em;
  padding: 5em;
  z-index: 20;
  max-width: 100em;
}
#main_article h3 {
  font-size: 5em;
  font-weight: 700;
  color: #ffffff;
  margin-top: auto;
}
#main_article ._desc {
  font-size: 2.6em;
  color: #ffffff;
  line-height: 1.4;
}
#main_article .image {
  width: 100%;
  height: inherit;
  position: relative;
  grid-column: 1/-1;
  grid-row: 1/-1;
  box-shadow: rgb(0, 0, 0) 0em 3em 5em -3em;
}
#main_article .image::before {
  content: "";
  width: 100%;
  height: inherit;
  position: absolute;
  background: linear-gradient(-83.97deg, #f3c275, #cc9845 35.1%, #664c23);
  mix-blend-mode: color;
  z-index: 10;
}
#main_article .image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
#main_article .btn {
  color: #ffffff;
  border-color: #ffffff;
}
#main_article .btn:hover {
  background-color: #ffffff;
  color: #010302;
}

#fopinion #top_articles h2 {
  color: #9e701b;
}

.home_page #top_articles.page .container {
  flex-direction: column;
  align-items: center;
}
.home_page #top_articles .btn {
  margin-top: 1rem;
}

#top_articles {
  padding: 6em 0;
  padding-top: 10em;
  padding-bottom: 10em;
  font-size: 1rem;
}
#top_articles .subtitle {
  font-size: max(16px, 2.2em);
  max-width: 50em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  line-height: 1.5;
  margin-bottom: 2em;
}
#top_articles.page {
  padding-top: 0;
}
#top_articles.page .container {
  flex-direction: row;
  align-items: flex-start;
  gap: 8em;
}
#top_articles.page ._left {
  max-width: 30%;
}
#top_articles.page ._left h2 {
  text-align: left;
}
#top_articles.page ._list {
  margin-top: 0em;
}
#top_articles.page .s_article ._t {
  font-size: 1.6em;
}
#top_articles .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#top_articles h2 {
  font-size: 4.8em;
  font-weight: 600;
  color: #010302;
  text-align: center;
  margin-bottom: 1em;
  font-family: "Brygada 1918";
}
#top_articles ._list {
  display: flex;
  flex-direction: column;
  gap: 3em;
}
#top_articles .s_article {
  font-weight: 400;
  font-size: max(16px, 2.2em);
  font-family: "Brygada 1918";
  display: flex;
  color: #010302;
  padding: 1em 0;
  border-bottom: solid 1px #010302;
  align-items: baseline;
  transition: color 0.3s ease-in-out;
}
#top_articles .s_article .pager {
  font-size: 1em;
  color: #010302;
  margin-right: 0.5em;
  display: inline-block;
  margin-right: 1em;
  width: 2.5em;
}
#top_articles .s_article ._t {
  font-size: 2em;
  font-weight: 400;
}
#top_articles .s_article ._t > p {
  display: flex;
  flex-direction: column;
  gap: 0.21em;
}
#top_articles .s_article ._t strong {
  font-size: 2em;
  font-style: italic;
  font-weight: 400 !important;
}
#top_articles .s_article:hover {
  color: hsl(38, 41%, 64%);
}
#top_articles .btn {
  margin-top: 5em;
}

#page-main {
  padding-bottom: 10em;
  padding-top: 3em;
}
#page-main ._main {
  display: flex;
  flex-direction: column;
  gap: 1em;
}
#page-main ul {
  list-style: initial;
  padding-left: 1.2em;
  gap: 0.61em;
  display: flex;
  flex-direction: column;
}
#page-main h1 {
  font-size: 4.8rem;
  margin-bottom: 0.61em;
  font-weight: 600;
  text-align: left;
  line-height: 1.1;
}
#page-main .layout {
  max-width: 110rem;
  font-size: 2.4em;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 1em;
  margin: auto;
}
#page-main.weekly_comment .no {
  font-family: "Brygada 1918";
  color: #9e701b;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 2em;
}
#page-main.weekly_comment .short_description {
  font-family: "Brygada 1918";
  color: #010302;
  font-weight: 4700;
  border-top: solid 2px #010302;
  border-bottom: solid 2px #010302;
  padding: 0.3em 0;
  margin-bottom: 0.61em;
}

@media (max-width: 1440px) {
  .container {
    padding: 0 6rem;
  }
  #home_banner .layout ._right {
    width: 95.2rem;
    height: 69.496rem;
    right: -14rem;
    top: 20rem;
  }
  #comment {
    top: -4.4rem;
    left: 39%;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 4rem;
  }
  #top_articles .s_article {
    font-size: max(16px, 1.8em);
  }
  #home_banner .layout {
    flex-direction: column;
    padding-top: 0;
  }
  #home_banner .layout ._left {
    width: 100%;
  }
  #home_banner .layout ._left h1 {
    font-size: 15em;
  }
  #home_banner .layout ._left ._sec .desc {
    font-size: 3.8em;
    margin: 0;
    display: block;
  }
  #home_banner .layout ._right {
    position: relative;
    margin-top: 5rem;
    top: -6rem;
    width: 100vw;
    height: 72vw;
    right: -5rem;
  }
  #comment {
    top: 0;
    left: 42%;
  }
  #comment::before {
    border: solid 4px #9e701b;
    width: 24.192rem;
    height: 29.952rem;
  }
}
@media (max-width: 980px) {
  #home_banner .layout ._left h1 {
    font-size: 13vw;
  }
  #home_banner .layout ._left ._sec .desc {
    font-size: 3.35vw;
    margin: 0;
    display: block;
  }
  #home_banner .layout ._right {
    height: 72vw;
    right: 0rem;
  }
  #home_banner .btn {
    font-size: max(16px, 2.4em);
  }
  #comment {
    top: -2em;
    left: 42%;
  }
  #comment::before {
    border: solid 4px #9e701b;
    width: 21.888rem;
    height: 26.496rem;
  }
  #main_article h3 {
    font-size: 3em;
  }
  #top_articles.page .container {
    flex-direction: column;
    gap: 2em;
  }
  #top_articles.page ._left {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 2em;
  }
  #home_banner .layout ._left h1 {
    font-size: 10vw;
  }
  #home_banner .layout ._left ._sec {
    display: flex;
    flex-direction: column;
    gap: 3em;
  }
  #home_banner .layout ._left ._sec .desc {
    font-size: 5vw;
    margin: 0;
    display: block;
  }
  #home_banner .layout ._right {
    height: auto;
    width: 100%;
    top: 0;
    margin-top: 5vw;
  }
  #home_banner .btn {
    font-size: max(16px, 1.8em);
  }
  #comment {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    border: solid 4px #9e701b;
    padding: 1.5em 2em;
    box-shadow: rgba(0, 0, 0, 0.91) 1em 1em 4em -2em;
  }
  #comment::before {
    display: none;
  }
  #comment #comment_link {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  #comment #comment_link span {
    order: 0;
  }
  .widget_horizontal {
    display: none;
  }
  #top_articles .s_article ._t {
    font-size: 1.2em;
  }
  ._title_wrapper h2 {
    font-size: 7vw;
  }
  ._title_wrapper .header_desc {
    font-size: 4.4vw;
  }
  #main_article {
    padding: 5vw 0;
  }
  #main_article h2 {
    font-size: 3em;
    line-height: 1.35;
  }
  #main_article ._desc {
    font-size: 2em;
  }
  #main_article ._data {
    padding: 2em;
  }
}/*# sourceMappingURL=general.css.map */