@import url("");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --main-bg: #fff;
  --font-primary: "Fira Sans";
}

html,
body {
  min-height: 100vh;
  height: 100%;
  overflow-x: hidden;
  font-family: var(--font-primary), "Segoe UI", Tahoma, Geneva, Verdana,
    sans-serif;
 
  /*background: var(--main-bg) url('../images/Jaguar-2000x128022.jpg') no-repeat center top / cover;*/
  background: white !important;
}

.main-wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
  position: relative;
  padding: 0 0 3rem 0;
}

ul li {
  list-style: none;
  list-style-position: inside;
}

ol li {
  list-style-type: decimal;
  list-style-position: inside;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  cursor: pointer;
  font-family: inherit;
}

input,
textarea {
  outline: none;
  font-family: inherit;
}

.main-wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  background-color: #fff;
  margin-top: 8%;
  box-shadow: 0 0 10px #444;
}

.container {
  padding: 0 1rem;
}

.text-colored {
  color: #0466c0 !important;
  font-weight: 600;
}

p .link,
ul li .link {
  color: #0466c0 !important;
  font-weight: 600;
}

.flex {
  display: flex;
}

.center {
  align-items: center;
}

.start {
  align-items: flex-start;
}

.end {
  align-items: end;
}

.just-center {
  justify-content: center;
}

.just-between {
  justify-content: space-between;
}

.just-start {
  justify-content: flex-start;
}

.just-end {
  justify-content: flex-end;
}

.column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.no-border {
  border: 0 !important;
}

.bg-light {
  background-color: #fafafa !important;
}

.bg-darker {
  background-color: #f5f5f5 !important;
}

/* BUTTON */

.btn {
  display: block;
  text-align: center;
  max-width: 400px;
  font-weight: 700;
  line-height: 140%;
  color: #ffffff;
  padding: 18px;
  background: #0466c0;
  border-radius: 4px;
  border: 0;
  margin: 1.5rem auto 0 auto;
  transition: 0.2s;
}

.btn:hover {
  text-decoration: underline;
}

.btn:active {
  transform: scale(0.98);
}

/* HEADER */

.operations-panel {
  background-color: #eceff1;
  padding: 3px 25px;
  color: #263238;
}

.go-premium-link {
  padding: 0.2em 1.2em;
  border-radius: 2px;
  font: italic 600 0.75rem/1.167 "Fira Sans", sans-serif;
  color: #fff;
  background: linear-gradient(#daa520, #e8b332);
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.invite-link {
  margin-left: 1rem;
}

.invite-link:hover span {
  text-decoration: underline;
}

.header-login-img {
  margin-right: 0.25rem;
}

.header-upper {
  background-color: #fff;
  padding: 0.5rem 0;
}

.header-menu-panel {
  gap: 3.5rem;
}

.header-menu-panel .link {
  color: #ffffff;
}

.header-lower {
  background-color: #e41f1f;
  color: #fff;
}

.nav-list .link {
  display: block;
  padding: 0.8rem 1rem;
  color: #fff !important;
  transition: all ease 0.2s;
}

.nav-list .link:hover {
  box-shadow: inset 0 -4px 0 #fff;
}

.nav-list .link.current {
  box-shadow: inset 0 -4px 0 #fff;
}

.nav-list .title-link {
  background-color: #b9151c;
  position: relative;
  margin-right: 1rem;
}

.nav-list .title-link::after {
  content: "";
  position: absolute;
  top: 0;
  right: -0.8rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  display: block;
  width: 0.8rem;
  height: 100%;
  background-color: #b9151c;
}

/* MAIN ARTICLE */

.info-panel {
  background-color: #555;
  color: #fff;
}

.info-panel-heading {
  font-weight: 700;
  background: #269437;
  padding: 4px 38px;
}

.info-panel-text {
  width: 80%;
  max-width: 1228px;
  padding: 4px 8px 4px 32px;
}

.article {
  padding: 2rem 0;
  max-width: 828px;
  width: 62%;
}

.main-heading {
  font-weight: 700;
  line-height: 1.22;
  color: #102447;
  max-width: 704px;
}

.author-info {
  margin-top: 18px;
  color: #989898;
  font-weight: 600;
}

.author-info span {
  color: #0466c0;
}

.article-date {
  color: #c0c0c0;
  margin-top: 18px;
}

.article-img {
  width: 100%;
  height: auto;
  margin-top: 2rem;
}

.article-content p {
  line-height: 150%;
  color: #263238;
}

.article-content h2 {
  line-height: 140%;
  color: #000000;
}

.article-content figcaption {
  line-height: 140%;
  color: #808080;
  text-align: center;
  margin-top: 12px;
}

.article-content blockquote {
  line-height: 140%;
  color: #000000;
  margin-top: 1.5rem;
  padding-left: 22px;
  border-left: 3px solid #0466c0;
}

.article-content ul,
.article-content ol {
  color: #000000;
  margin-top: 1.5rem;
}

.article-content ul li {
  /* list-style-type: disc; */
  line-height: 140%;
  margin-bottom: 0.6rem;
}

/* SIDEBAR-COLUMN */

.sidebar-column {
  max-width: 499px;
  width: 35%;
  padding: 2rem 0 0 1.2rem;
  border-left: 1px solid #ccc;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.top-stories-block h2,
.popular-now-block h2 {
  font-weight: 600;
  color: #fff;
  background: #1b3e7a;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  /* padding: 0.5em 1em; */
  border-radius: 3px;
  text-transform: uppercase;
}

.top-stories-item {
  display: block;
  margin-top: 1.5rem;
  padding-right: 1.5rem;
}

.top-stories-item:hover h4 {
  text-decoration: underline;
}

.top-stories-item h4 {
  font-weight: 600;
  line-height: 1.3;
}

.top-stories-item p {
  color: #c6c6c6;
  margin-top: 4px;
}

.popular-now-block {
  margin-top: 2rem;
}

.popular-now-item {
  padding: 0.5rem 0;
  border-bottom: 1px solid #d9d9d9;
}

.popular-now-item:hover p {
  text-decoration: underline;
}

.popular-now-item p {
  font-weight: 300;
  line-height: 140%;
  max-width: 302px;
  margin-right: 0.5rem;
}

.popular-now-block h2 {
  /* margin-bottom: 1rem; */
}

/* FOOTER */

.footer-upper {
  background-color: #f0f4fa;
  color: #263238;
  padding: 1.5rem;
}

.footer-col {
  max-width: 336px;
  margin-right: 9.5rem;
}

.footer-col p {
  font-weight: 400;
  line-height: 140%;
  margin-top: 18px;
}

.footer-links-group {
  line-height: 180%;
  max-width: 288px;
  margin-right: 5rem;
}

.footer-links-group h4 {
  margin-bottom: 1rem;
}

.footer-links-group a {
  display: block;
  margin-bottom: 0.7rem;
}

.footer-links-group a:hover {
  text-decoration: underline;
}

.footer-lower {
  background-color: #000;
  color: #fff;
  padding: 12px;
}

/* MEDIA */

@media screen and (max-width: 1700px) {
  html,
  body {
  }
  .container {
    max-width: 1200px;
  }
  .header-menu-panel {
    gap: 2rem;
  }
  .header-menu-panel .link {
  }
  .menu-burger-icon {
    width: 1.8rem;
    height: auto;
  }
  .info-panel {
  }
  .info-panel-heading {
  }
  .article-content p,
  .article-content ul,
  .article-content ol,
  .article-content blockquote,
  .footer-col p,
  .footer-links-group a {
  }
  .top-stories-item h4 {
  }
  .top-stories-item p {
  }
}

@media screen and (max-width: 1000px) {
  .info-panel-heading {
    padding: 4px 24px;
  }
  .sidebar-column {
    display: none;
  }
  .article {
    max-width: 828px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-col {
    margin-right: 2.5rem;
  }
  .footer-links-group {
    margin-right: 2.5rem;
  }
}

@media screen and (max-width: 800px) {
  .menu-burger-icon {
    width: 1.4rem;
  }
  .header-menu-panel {
    gap: 1.2rem;
  }
  .nav-list {
    justify-content: center;
  }
  .info-panel-text {
    padding: 4px 8px 4px 20px;
  }
  .footer-upper .container {
    flex-direction: column;
  }
  .footer-col,
  .footer-links-group {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

@media screen and (max-width: 500px) {
  .main-wrapper {
    margin-top: 16%;
  }
  .operations-panel {
    padding: 3px 1rem;
  }
  .date-string {
  }
  .header-lower,
  .invite-link {
    display: none;
  }
  .main-heading {
  }
  .info-panel-text {
    padding: 4px 8px 4px 12px;
  }
  .info-panel-text p {
  }
  .article-content blockquote {
    padding-left: 0.8rem;
  }
  .article-content p,
  .article-content ul,
  .article-content ol,
  .article-content blockquote {
  }
}
